[FFmpeg-user] FFMPEG mms error

Mohammad Shakir shakirz1 at gmail.com
Sun Sep 28 14:53:07 CEST 2014


I am new in this user-list, I want to convert mms input to udp for wowza
server but I am getting error, below is attached ffmpeg loglevel dubug
output please help me to resolve this issue.

the command I executed :

./ffmpeg  -i "mmsh://radio.lifeonkar.pk/tv6"  -loglevel debug -f mpegts
udp://127.0.0.1:1234?pkt_size=1316

the output return :

ffmpeg version N-45624-g596636a-   http://johnvansickle.com/ffmpeg/
Copyright (c) 2000-2014 the FFmpeg developers
  built on Aug 30 2014 02:30:28 with gcc 4.8 (Debian 4.8.3-9)
  configuration: --enable-gpl --enable-version3 --disable-shared
--disable-debug --enable-runtime-cpudetect --enable-libmp3lame
--enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex
--enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig
--enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc
--enable-gray --enable-libopenjpeg --enable-libopus --disable-ffserver
--enable-libass --enable-gnutls --cc=gcc-4.8
  libavutil      54.  7.100 / 54.  7.100
  libavcodec     56.  1.100 / 56.  1.100
  libavformat    56.  3.100 / 56.  3.100
  libavdevice    56.  0.100 / 56.  0.100
  libavfilter     5.  0.103 /  5.  0.103
  libswscale      3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  0.100 / 53.  0.100
Splitting the commandline.
Reading option '-i' ... matched as input file with argument 'mmsh://
my.domain.com/tv6'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument 'debug'.
Reading option '-f' ... matched as option 'f' (force format) with argument
'mpegts'.
Reading option 'udp://127.0.0.1:1234?pkt_size=1316' ... matched as output
file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input file mmsh://my.domain.com/tv6.
Successfully parsed a group of options.
Opening an input file: mmsh://my.domain.com/tv6.
[http @ 0x41e4c40] request: GET /tv6 HTTP/1.1
Range: bytes=0-
Icy-MetaData: 1
Accept: */*
User-Agent: NSPlayer/4.1.0.3856
Host: my.domain.com:80
Pragma:
no-cache,rate=1.000000,stream-time=0,stream-offset=0:0,request-context=1,max-duration=0
Pragma: xClientGUID={c77e7400-738a-11d2-9add-0020af0a3278}
Connection: Close


[http @ 0x41e4c40] header='HTTP/1.1 500 Internal Server Error'
[http @ 0x41e4c40] http_code=500
[http @ 0x41e4c40] HTTP error 500 Internal Server Error
mmsh://my.domain.com/tv6: Input/output error


More information about the ffmpeg-user mailing list