FFMPEG mms error
I am new in this user-list, I want to convert mms input to udp but I am getting error can anyone help me.
command I executed :
./ffmpeg -i "mmsh://radio.mydomain.com/tv6" -loglevel debug -f mpegts udp://127.0.0.1:1234?pkt_size=1316
output :
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://radio.mydomain.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://radio.mydomain.com/tv6.
Successfully parsed a group of options.
Opening an input file: mmsh://radio.mydomain.com/tv6.
[http @ 0x3498c40] request: GET /tv6 HTTP/1.1
Range: bytes=0-
Icy-MetaData: 1
Accept: */*
User-Agent: NSPlayer/4.1.0.3856
Host: radio.mydomain.pk: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 @ 0x3498c40] header='HTTP/1.1 500 Internal Server Error'
[http @ 0x3498c40] http_code=500
[http @ 0x3498c40] HTTP error 500 Internal Server Error
mmsh://radio.mydomain.com/tv6: Input/output error
command I executed :
./ffmpeg -i "mmsh://radio.mydomain.com/tv6" -loglevel debug -f mpegts udp://127.0.0.1:1234?pkt_size=1316
output :
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://radio.mydomain.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://radio.mydomain.com/tv6.
Successfully parsed a group of options.
Opening an input file: mmsh://radio.mydomain.com/tv6.
[http @ 0x3498c40] request: GET /tv6 HTTP/1.1
Range: bytes=0-
Icy-MetaData: 1
Accept: */*
User-Agent: NSPlayer/4.1.0.3856
Host: radio.mydomain.pk: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 @ 0x3498c40] header='HTTP/1.1 500 Internal Server Error'
[http @ 0x3498c40] http_code=500
[http @ 0x3498c40] HTTP error 500 Internal Server Error
mmsh://radio.mydomain.com/tv6: Input/output error
