Opened 10 years ago

Closed 10 years ago

#3961 closed defect (invalid)

help request

Reported by: shakirz1 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I am using following version of ffmpeg
This is a FFmpeg Win32 static build by Kyle Schwarz.

Zeranoe's FFmpeg Builds Home Page: <http://ffmpeg.zeranoe.com/builds/>

This build was compiled on: Sep 15 2014, at: 22:02:10

FFmpeg version: 2014-09-16 git-b76d613

libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100

I am converting live stream to flv by this method and it is working
ffmpeg -i "rtmp://live2.mydomain.com/tv?wmsAuthSign=c2VydmVyX3RpbWU9OS8xOS8yMDE0IDM6NTE6MjcgUE0maGFzaF92YWx1ZT1DU0ZtL2VOZTNqUlV4a3NOR2V2d2Z3PT0mdmFsaWRtaW51dGVzPTEwJmlkPTE=/arynews_sub" -vcodec copy -bsf:v h264_mp4toannexb -acodec aac -ab 64000 -ar 48000 -ac 2 -strict experimental -f flv -y tv1.flv

but when I publish it to localhost like this -f mpegts udp://127.0.0.1:10000?pkt_size=1316 for wowza server it work but could not play stream on wowza.

Change History (1)

comment:1 by Carl Eugen Hoyos, 10 years ago

Resolution: invalid
Status: newclosed

Sorry, this is a bug tracker, not a support forum.

Note: See TracTickets for help on using tickets.