[FFmpeg-trac] #3961(undetermined:new): help request

FFmpeg trac at avcodec.org
Fri Sep 19 18:56:20 CEST 2014


#3961: help request
-------------------------------------+-------------------------------------
             Reporter:  shakirz1     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3961>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list