[MPlayer-users] Video Streaming in RTP Protocol fail

Hafid SAOU hafid.saou at gmail.com
Mon Jun 1 10:49:29 CEST 2009


Sorry I was not yet suscribe when I send my last e-mail, so if anybody has
responded to it, please resend me your reply.

2009/6/1 Hafid SAOU <hafid.saou at gmail.com>

> Hi !
> now I do it with UDP protocol, and I always have the same type of errors :
>
> C:\Program Files\SMPlayer\mplayer>mplayer udp://127.0.0.1:9876 -msglevel
>> all=6
>> MPlayer Sherpya-SVN-r28126-4.2.5 (C) 2000-2008 MPlayer Team
>> CPU: Intel(R) Core(TM)2 Duo CPU     T5800  @ 2.00GHz (Family: 6, Model:
>> 15, Step
>> ping: 13)
>> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
>> Compiled with runtime CPU detection.
>> get_path('codecs.conf') -> 'C:/Program
>> Files/SMPlayer/mplayer/mplayer/codecs.con
>> f'
>> Reading C:/Program Files/SMPlayer/mplayer/mplayer/codecs.conf: Can't open
>> 'C:/Pr
>> ogram Files/SMPlayer/mplayer/mplayer/codecs.conf': No such file or
>> directory
>> Reading /usr/etc/mplayer/codecs.conf: Can't open
>> '/usr/etc/mplayer/codecs.conf':
>>  No such file or directory
>> Using built-in default codecs.conf.
>> Configuration: --prefix=/usr --enable-static --enable-md5sum --enable-menu
>> --dis
>> able-vidix --disable-sdl --enable-dvdread --enable-dvdread-internal
>> --enable-lib
>> dvdcss-internal --enable-caca --enable-gl --enable-matrixview
>> --enable-freetype
>> --enable-png --enable-mng --enable-jpeg --enable-gif --enable-tga
>> --enable-mad -
>> -enable-tv --disable-dvb --disable-dvbhead --enable-libamr_nb
>> --enable-libamr_wb
>>  --disable-bitmap-font --with-extraincdir=/c/Work/mplayer/live
>> --enable-runtime-
>> cpudetection
>> CommandLine: 'udp://127.0.0.1:9876' '-msglevel' 'all=6'
>> init_freetype
>> Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
>> get_path('fonts') -> 'C:/Program Files/SMPlayer/mplayer/mplayer/fonts'
>> Using Windows native timing
>> get_path('input.conf') -> 'C:/Program
>> Files/SMPlayer/mplayer/mplayer/input.conf'
>>
>> Parsing input config file C:/Program
>> Files/SMPlayer/mplayer/mplayer/input.conf
>> Input config file C:/Program Files/SMPlayer/mplayer/mplayer/input.conf
>> parsed: 8
>> 9 binds
>> get_path('127.0.0.1:9876.conf') -> 'C:/Program
>> Files/SMPlayer/mplayer/mplayer/12
>> 7.0.0.1:9876.conf'
>>
>> Playing udp://127.0.0.1:9876.
>> get_path('sub/') -> 'C:/Program Files/SMPlayer/mplayer/mplayer/sub/'
>> WINSOCK2 init: 0
>> STREAM_UDP, URL: udp://127.0.0.1:9876
>> Filename for url is now udp://127.0.0.1:9876
>> Filename for url is now udp://127.0.0.1:9876
>> Listening for traffic on 127.0.0.1:9876 ...
>> STREAM: [udp] udp://127.0.0.1:9876
>> STREAM: Description: MPEG over UDP streaming
>> STREAM: Author: Dave Chapman, Benjamin Zores
>> STREAM: Comment: native udp support
>> Stream not seekable!
>> LAVF_check: ADTS AAC
>> Stream not seekable!
>> Stream not seekable!
>> Checking for YUV4MPEG2
>> Stream not seekable!
>> ASF_check: not ASF guid!
>> Stream not seekable!
>> Checking for NuppelVideo
>> Stream not seekable!
>> Checking for REAL
>> Stream not seekable!
>> Checking for SMJPEG
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Searching demuxer type for filename udp://127.0.0.1:9876 ext: .1:9876
>> Stream not seekable!
>> Checking for Nullsoft Streaming Video
>> Stream not seekable!
>> Checking for MOV
>> Stream not seekable!
>> Checking for VIVO
>> header block 1 size: 13
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> Stream not seekable!
>> AVS: avs_check_file - attempting to open file udp://127.0.0.1:9876
>> AVS: failed to load avisynth.dll
>> AVS: Init failed
>> Stream not seekable!
>> Checking for PVA
>> Stream not seekable!
>> Checking for MPEG-TS...
>> TRIED UP TO POSITION 351799, FOUND 47, packet_size= 0, SEEMS A TS? 0
>> Stream not seekable!
>> Stream not seekable!
>> Checking for LMLM4 Stream Format
>> Invalid packet in LMLM4 stream: ch=18897 size=1504790499
>> LMLM4 Stream Format not found
>> Stream not seekable!
>>
>
>
> Do you have any idea ?
>
> Thanks.
>
>
> 2009/5/25 Hafid SAOU <hafid.saou at gmail.com>
>
> Ok thanks a lot for this precision Nico, I'll use udp://
>>
>> 2009/5/25 Nico Sabbi <Nicola.Sabbi at poste.it>
>>
>> On Monday 25 May 2009 14:52:48 Hafid SAOU wrote:
>>> > Hi guys,
>>> >
>>> > I wish to receive a RTP video streaming with Mplayer, on Windows
>>> > Vista. The mime-type of the video is H263-2000.
>>> > The problem is that I can read anything on streaming, but when I
>>> > open it directly with mpalyer, it works.
>>> > The RTP server has been coded by myself, it works when I stream a
>>> > MPEG-PS video, but not with H263-2000 and I don't understand why.
>>> >
>>> > This is the outuput with the "-msglevel all=6" option :
>>> >
>>> > C:\Program Files\SMPlayer\mplayer>mplayer rtp://127.0.0.1:9876
>>> > -msglevel
>>> >
>>>
>>>
>>> because rtp streams can be decoded correctly only when they carry
>>> MPEG-TS streams (thanks the geniuses behind rtp for that crap of
>>> protocol). Streaming over plain udp://  will work.
>>> _______________________________________________
>>> MPlayer-users mailing list
>>> MPlayer-users at mplayerhq.hu
>>> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>>>
>>
>>
>>
>> --
>> Cordialement,
>>
>> Hafid SAOU
>>
>
>
>
> --
> Cordialement,
>
> Hafid SAOU
>



-- 
Cordialement,

Hafid SAOU


More information about the MPlayer-users mailing list