RTP multicast with RTSP rendez-vous point

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 08 Nov 2010 12:45

Hi everyone,

I have to do a work, and I read a lot of posts, but I can´t do it my self.

I have a Windows XP.
I would like to stream a file to a local lan, this file must be stream with rtp multicast (rtp://224.224.224.1:1234) , but the client have to reach
it by a RTSP rendez-vous point (like RTSP://ipserver:5554/test).

First I have tryed to implement a scenario in localhost, where a stream the file to localhost, and nothing happens.
Here is my vlm.conf:

Code: Select all

new channel1 broadcast enabled setup channel1 input "C:\videos\BeyBoy.mpg" setup channel1 output #transcode{vcodec="h264",vb="128"}:rtp{sdp=rtsp://localhost/test1,port=1234,ttl=127} control channel1 play
How can I do my vlm.conf with rtp multicast stream with a RTSP rendez-vous point.

I need you guys.
Thanks your future help

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 08 Nov 2010 14:07

works fine here.
Please show the logs from your vlc server (the one with vlm) and client.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 08 Nov 2010 17:20

Thanks for helping Sébastien,

In my server´s side I have the next command batch:

Code: Select all

cd C:\Program Files\VideoLAN\VLC vlc --ttl 12 --color -vvv --extraintf telnet --telnet-password admin --vlm-conf test_rtp_test3.conf --rtsp-host localhost:5554
and the vlm.conf is:
new chan broadcast enabled
setup chan input "C:\videos\BeyBoy.mpg"
setup chan output #transcode{vcodec="h264",vb="128"}:rtp{sdp=rtsp://localhost/test3,port=5554,ttl=127}
control chan play

Nothing appears in the box messages in vlc server.


In the box message of the client, it appears:

Code: Select all

qt4 warning: Input option: rtsp-caching=1200 main debug: adding item `rtsp://localhost:5554/test3' ( rtsp://localhost:5554/test3 ) main debug: rebuilding array of current - root Lista de reprodução main debug: rebuild done - 1 items, index -1 main debug: processing request item rtsp://localhost:5554/test3 node null skip 0 main debug: resyncing on rtsp://localhost:5554/test3 main debug: rtsp://localhost:5554/test3 is at 0 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'rtsp://localhost:5554/test3' qt4 debug: Adding a new MRL to recent ones: rtsp://localhost:5554/test3 main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: thread started main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `rtsp://localhost:5554/test3' gives access `rtsp' demux `' path `localhost:5554/test3' main debug: creating demux: access='rtsp' demux='' path='localhost:5554/test3' main debug: looking for access_demux module: 1 candidate qt4 debug: IM: Setting an input live555 debug: DESCRIBE failed with 0: Connection to server failed: Unknown error live555 debug: connection timeout live555 error: Failed to connect with rtsp://localhost:5554/test3 main debug: no access_demux module matching "rtsp" could be loaded main debug: TIMER module_need() : 1992.000 ms - Total 1992.000 ms / 1 intvls (Avg 1992.000 ms) main debug: creating access 'rtsp' path='localhost:5554/test3' main debug: looking for access module: 1 candidate main debug: net: connecting to localhost port 5554 main warning: connection timed out access_realrtsp error: cannot connect to localhost:5554 access_realrtsp debug: could not connect to: localhost:5554/test3 main debug: no access module matching "rtsp" could be loaded main debug: TIMER module_need() : 5081.000 ms - Total 5081.000 ms / 1 intvls (Avg 5081.000 ms) main debug: waitpipe: object killed main error: open of `rtsp://localhost:5554/test3' failed: (null) main debug: thread ended main debug: dead input main debug: thread times: real 0m7.078125s, kernel 0m0.000000s, user 0m0.015625s main debug: changing item without a request (current 0/1) main debug: nothing to play qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'rtsp://localhost:5554/test3' : 7135.000 ms - Total 7135.000 ms / 1 intvls (Avg 7135.000 ms)
I want to the client to view the file, by rtsp/sdp file, do I have to creat test3 sdp? If yes, what do I have to put in it?

Another question I have:
Can I tell vlm to put the file streaming to rtp://localhost:1234/

as:

Code: Select all

new chan broadcast enabled setup chan input "C:\videos\BeyBoy.mpg" setup chan output #transcode{vcodec="h264",vb="128"}:rtp{mux=ts,dst=localhost,port=5004,sdp=rtsp://localhost/test3,port=5554,ttl=127} control chan play
I have in the client this url: rtp://@:5004
I get the next message code from the client:

Code: Select all

qt4 warning: Input option: rtp-caching=1000 main debug: adding item `rtp://:5004' ( rtp://@:5004 ) qt4 debug: Adding a new MRL to recent ones: rtp://@:5004 main debug: rebuilding array of current - root Lista de reprodução main debug: rebuild done - 1 items, index -1 main debug: processing request item rtp://:5004 node null skip 0 main debug: resyncing on rtp://:5004 main debug: rtp://:5004 is at 0 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'rtp://:5004' main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: thread started main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `rtp://@:5004' gives access `rtp' demux `' path `@:5004' main debug: creating demux: access='rtp' demux='' path='@:5004' main debug: looking for access_demux module: 1 candidate main debug: net: opening any datagram port 5004 main debug: using access_demux module "rtp" main debug: TIMER module_need() : 75.000 ms - Total 75.000 ms / 1 intvls (Avg 75.000 ms) main debug: looking for meta reader module: 2 candidates lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.lua main debug: no meta reader module matching "any" could be loaded main debug: TIMER module_need() : 21.000 ms - Total 21.000 ms / 1 intvls (Avg 21.000 ms) main debug: `rtp://@:5004' successfully opened qt4 debug: IM: Setting an input main debug: incoming request - stopping current input main debug: waitpipe: object killed main debug: dying input main debug: control type=0 main debug: control: stopping input main debug: dying input main debug: socket 1220 polling interrupted main debug: removing module "rtp" main debug: thread ended main debug: dead input main debug: thread times: real 1m1.218750s, kernel 0m0.156250s, user 0m0.078125s qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'rtp://:5004' : 99.000 ms - Total 99.000 ms / 1 intvls (Avg 99.000 ms)
If I utilize rtsp/sdp code:
I have in the message box in the client:

Code: Select all

qt4 warning: Input option: rtsp-caching=1200 main debug: adding item `rtsp://localhost:5554/test3' ( rtsp://localhost:5554/test3 ) main debug: rebuilding array of current - root Lista de reprodução main debug: rebuild done - 2 items, index 0 main debug: processing request item rtsp://localhost:5554/test3 node null skip 0 main debug: resyncing on rtsp://localhost:5554/test3 main debug: rtsp://localhost:5554/test3 is at 1 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'rtsp://localhost:5554/test3' qt4 debug: Adding a new MRL to recent ones: rtsp://localhost:5554/test3 main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: thread started main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `rtsp://localhost:5554/test3' gives access `rtsp' demux `' path `localhost:5554/test3' main debug: creating demux: access='rtsp' demux='' path='localhost:5554/test3' main debug: looking for access_demux module: 1 candidate qt4 debug: IM: Setting an input live555 debug: DESCRIBE failed with 0: Connection to server failed: Unknown error live555 debug: connection timeout live555 error: Failed to connect with rtsp://localhost:5554/test3 main debug: no access_demux module matching "rtsp" could be loaded main debug: TIMER module_need() : 1934.000 ms - Total 1934.000 ms / 1 intvls (Avg 1934.000 ms) main debug: creating access 'rtsp' path='localhost:5554/test3' main debug: looking for access module: 1 candidate main debug: net: connecting to localhost port 5554 main warning: connection timed out access_realrtsp error: cannot connect to localhost:5554 access_realrtsp debug: could not connect to: localhost:5554/test3 main debug: no access module matching "rtsp" could be loaded main debug: TIMER module_need() : 5082.000 ms - Total 5082.000 ms / 1 intvls (Avg 5082.000 ms) main debug: waitpipe: object killed main error: open of `rtsp://localhost:5554/test3' failed: (null) main debug: thread ended main debug: dead input main debug: thread times: real 0m7.015625s, kernel 0m0.015625s, user 0m0.000000s main debug: changing item without a request (current 1/2) main debug: nothing to play qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'rtsp://localhost:5554/test3' : 7072.000 ms - Total 7072.000 ms / 1 intvls (Avg 7072.000 ms)
The problems is still in the rtsp/sdp file, vlc client cannot reach this file..
I have really to put something in test3.. but what..

Thanks for helping

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 09 Nov 2010 16:27

please, one thing at a time.

This will work :

new channel1 broadcast enabled
setup channel1 input "C:\videos\BeyBoy.mpg"
setup channel1 output #transcode{vcodec="h264",vb="128"}:rtp{sdp=rtsp://localhost/test1,port=1234,ttl=127}
control channel1 play

But if you want to open your rtsp stream, client side, it will be :
rtsp://localhost/test1
if you want to use another rtsp port then use :
vlm : rtp{sdp=rtsp://localhost:5554/test1
client : rtsp://localhost:5554/test1

The port option in rtp is the RTP port, not the rtsp one.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 09 Nov 2010 17:18

Thanks for helping me Sébastien,

I can´t say what it is wrong with my vlm conf, but nothing append when the client try to reach the file wjth rtsp://localhost:5554/test1.

vlm.conf = test_rtp_test3.conf

Code: Select all

new channel1 broadcast enabled setup channel1 input "C:\videos\BeyBoy.mpg" setup channel1 output #transcode{vcodec="h264",vb="128"}:rtp{sdp=rtsp://localhost:5554/test1,port=1234,ttl=127} control channel1 play
I open it with the batch command:

Code: Select all

cd C:\Program Files\VideoLAN\VLC vlc --ttl 12 --color -vvv --extraintf telnet --telnet-password admin --vlm-conf test_rtp_test3.conf --rtsp-host localhost:5554
I think there is no problem with the vlm.conf name and calling...

In vlc client message, I have:

Code: Select all

qt4 warning: Input option: rtsp-caching=1200 main debug: adding item `rtsp://localhost:5554/test1' ( rtsp://localhost:5554/test1 ) main debug: rebuilding array of current - root Lista de reprodução main debug: rebuild done - 1 items, index -1 main debug: processing request item rtsp://localhost:5554/test1 node null skip 0 main debug: resyncing on rtsp://localhost:5554/test1 main debug: rtsp://localhost:5554/test1 is at 0 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'rtsp://localhost:5554/test1' qt4 debug: Adding a new MRL to recent ones: rtsp://localhost:5554/test1 main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: thread started main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `rtsp://localhost:5554/test1' gives access `rtsp' demux `' path `localhost:5554/test1' main debug: creating demux: access='rtsp' demux='' path='localhost:5554/test1' main debug: looking for access_demux module: 1 candidate qt4 debug: IM: Setting an input live555 debug: DESCRIBE failed with 0: Connection to server failed: Unknown error live555 debug: [color=#FF0000]connection timeout[/color] [color=#FF0000]live555 error: Failed to connect with rtsp://localhost:5554/test1[/color] main debug: no access_demux module matching "rtsp" could be loaded main debug: TIMER module_need() : 1999.000 ms - Total 1999.000 ms / 1 intvls (Avg 1999.000 ms) main debug: creating access 'rtsp' path='localhost:5554/test1' main debug: looking for access module: 1 candidate main debug: net: connecting to localhost port 5554 main warning: connection timed out [color=#FF0000]access_realrtsp error: cannot connect to localhost:5554 access_realrtsp debug: could not connect to: localhost:5554/test1[/color] main debug: no access module matching "rtsp" could be loaded main debug: TIMER module_need() : 5080.000 ms - Total 5080.000 ms / 1 intvls (Avg 5080.000 ms) main debug: waitpipe: object killed [color=#FF0000]main error: open of `rtsp://localhost:5554/test1' failed: (null)[/color] main debug: thread ended main debug: dead input main debug: thread times: real 0m7.093750s, kernel 0m0.015625s, user 0m0.015625s main debug: changing item without a request (current 0/1) main debug: nothing to play qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'rtsp://localhost:5554/test1' : 7142.000 ms - Total 7142.000 ms / 1 intvls (Avg 7142.000 ms)


In the vlm config file, when I put sdp=rtsp://localhost:5554/test1, it means that a sdp file is virtually created with rtsp protocol.
But I don´t know why the client don´t reach the sdp file in rtsp://localhost:55554/test1, Do I have to write a sdp file named test1 in vlc folder?
I think not.
Thanks for helping me again

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 10 Nov 2010 08:26

Yes, the sdp is created in memory and sent with rtsp protocol.
It seems your client can't find the sdp at localhost:5554

Can you open your vlm file in vlc, and not from a batch command.
Open vlc, go to Tools -> Vlm configuration -> Import.
And check the logs.

By the way, you're creating a broadcast. It means that at the end of your file, you won't be able to open it from a client.
You must launch your vlc client, just after your vlc server, before the file ends in the server.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 10 Nov 2010 10:49

Hi Sébastien,

I have open the vlm configuration and import the file that contains:

Code: Select all

new teste broadcast enabled setup teste input "C:\videos\BeyBoy.mpg" setup teste output #transcode{vcodec="h264",vb="128"}:rtp{dst=239.255.1.1,port=1234,sdp=rtsp//localhost:5554/teste}" :sout-all :sout-keep" control teste play
I have the next logs in server:

Code: Select all

main debug: creating access '' path='C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\Documents and Settings\Mickael Soares\Desktop\teste.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: using access module "filesystem" main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 303 bytes in 0s - 295898 KiB/s main debug: removing module "filesystem" main debug: Creating an input for '(null)' main debug: thread started main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: using sout chain=`transcode{vcodec="h264",vb="128"}:rtp{dst=localhost,port=1234,sdp=rtsp//localhost:5554/teste}" :sout-all :sout-keep"' main debug: stream=`rtp' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-rtp-dst to localhost main debug: set config option: sout-rtp-port to 1234 main debug: set config option: sout-rtp-sdp to rtsp//localhost:5554/teste stream_out_rtp warning: unknown protocol for SDP ((null)) main debug: using sout stream module "stream_out_rtp" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-transcode-vcodec to h264 main debug: set config option: sout-transcode-vb to 128 stream_out_transcode debug: codec video=h264 0x0 scaling: 0.000000 128kb/s main debug: using sout stream module "stream_out_transcode" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `C:\videos\BeyBoy.mpg' gives access `' demux `' path `C:\videos\BeyBoy.mpg' main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for access_demux module: 4 candidates main debug: no access_demux module matching "any" could be loaded main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: creating access '' path='C:\videos\BeyBoy.mpg' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\videos\BeyBoy.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\videos\BeyBoy.mpg' main debug: using access module "filesystem" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s main debug: looking for stream_filter module: 2 candidates main debug: no stream_filter module matching "any" could be loaded main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: looking for stream_filter module: 1 candidate main debug: using stream_filter module "stream_filter_record" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for demux module: 50 candidates main debug: using demux module "ps" main debug: TIMER module_need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) main debug: starting in async mode main debug: looking for meta reader module: 2 candidates lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.lua main debug: no meta reader module matching "any" could be loaded main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: `C:\videos\BeyBoy.mpg' successfully opened ps warning: garbage at input, trying to resync... ps warning: found sync code ps debug: we found a length of: 303456000 main debug: selecting program id=0 main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "mpeg_audio" main debug: TIMER module_need() : 27.000 ms - Total 27.000 ms / 1 intvls (Avg 27.000 ms) main debug: thread (decoder) created at priority 2 (../.././src/input/decoder.c:301) main debug: thread started main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "packetizer_mpegvideo" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: thread (decoder) created at priority 0 (../.././src/input/decoder.c:301) main debug: thread started main debug: Buffering 0% main debug: switching to sync mode packetizer_mpegvideo debug: size 720x576 fps=25.000 main debug: Buffering 0% mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:320 main debug: Buffering 1% main debug: adding a new sout input (sout_input:01b66428) main debug: Buffering 2% stream_out_transcode debug: not transcoding a stream (fcc=`mpga') main debug: Buffering 2% main debug: Buffering 3% main debug: Buffering 4% main debug: Buffering 4% stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1234 main debug: Buffering 5% main debug: Buffering 6% main debug: Buffering 6% main debug: Buffering 7% main debug: Buffering 8% main debug: Buffering 8% main debug: Buffering 9% main debug: Buffering 10% main debug: Buffering 10% main debug: net: connecting to [127.0.0.1]:1235 from [127.0.0.1]:1464 stream_out_rtp debug: sdp= v=0 o=- 15025389807301820416 15025389807301820416 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 main debug: Buffering 11% main debug: Buffering 12% main debug: adding a new sout input (sout_input:01b6e120) stream_out_transcode debug: creating video transcoding from fcc=`mpgv' to fcc=`h264' main debug: looking for decoder module: 34 candidates main debug: Buffering 12% main debug: Buffering 13% main debug: Buffering 14% main debug: Buffering 14% main debug: Buffering 15% main debug: Buffering 16% main debug: Buffering 16% main debug: Buffering 17% main debug: Buffering 18% main debug: Buffering 18% main debug: Buffering 19% main debug: Buffering 20% main debug: Buffering 20% main debug: Buffering 21% main debug: Buffering 22% main debug: Buffering 22% main debug: Buffering 23% main debug: Buffering 24% main debug: Buffering 24% main debug: Buffering 25% main debug: Buffering 26% main debug: Buffering 26% main debug: Buffering 27% avcodec debug: libavcodec initialized (interface 0x345601) avcodec debug: trying to use direct rendering avcodec debug: ffmpeg codec (MPEG-1/2 Video) started main debug: using decoder module "avcodec" main debug: TIMER module_need() : 25.000 ms - Total 25.000 ms / 1 intvls (Avg 25.000 ms) main debug: looking for encoder module: 12 candidates x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: Buffering 28% main debug: Buffering 28% main debug: Buffering 29% main debug: Buffering 30% main debug: Buffering 30% main debug: Buffering 31% main debug: Buffering 32% main debug: Buffering 32% main debug: Buffering 33% main debug: using encoder module "x264" main debug: TIMER module_need() : 46.000 ms - Total 46.000 ms / 1 intvls (Avg 46.000 ms) x264 debug: framecount still in libx264 buffer: 0 main debug: Buffering 34% main debug: Buffering 34% main debug: Buffering 35% main debug: Buffering 36% main debug: Buffering 36% main debug: Buffering 37% main debug: Buffering 38% main debug: Buffering 38% main debug: Buffering 39% main debug: Buffering 40% main debug: Buffering 40% main debug: Buffering 41% main debug: Buffering 42% main debug: Buffering 42% main debug: Buffering 43% main debug: Buffering 44% main debug: Buffering 44% main debug: Buffering 45% main debug: Buffering 46% main debug: Buffering 46% main debug: Buffering 47% main debug: Buffering 48% main debug: Buffering 48% main debug: Buffering 49% main debug: Buffering 50% main debug: Buffering 50% main debug: Buffering 51% main debug: Buffering 52% main debug: Buffering 52% main debug: Buffering 53% main debug: Buffering 54% main debug: Buffering 54% main debug: Buffering 55% main debug: Buffering 56% main debug: Buffering 56% main debug: Buffering 57% main debug: Buffering 57% main debug: Buffering 58% main debug: Buffering 59% main debug: Buffering 60% main debug: Buffering 60% main debug: Buffering 61% main debug: Buffering 62% main debug: Buffering 62% main debug: Buffering 63% main debug: Buffering 64% main debug: Buffering 64% main debug: Buffering 65% main debug: Buffering 66% main debug: Buffering 66% main debug: Buffering 67% main debug: Buffering 68% main debug: Buffering 68% main debug: Buffering 69% main debug: Buffering 70% main debug: Buffering 70% main debug: Buffering 71% main debug: Buffering 72% main debug: Buffering 72% main debug: Buffering 73% main debug: Buffering 74% main debug: Buffering 74% main debug: Buffering 75% main debug: Buffering 76% main debug: Buffering 76% main debug: Buffering 77% main debug: Buffering 78% main debug: Buffering 78% main debug: Buffering 79% main debug: Buffering 80% main debug: Buffering 80% main debug: Buffering 81% main debug: Buffering 82% main debug: Buffering 82% main debug: Buffering 83% main debug: Buffering 84% main debug: Buffering 84% main debug: Buffering 85% main debug: Buffering 86% main debug: Buffering 86% main debug: Buffering 87% main debug: Buffering 88% main debug: Buffering 88% main debug: Buffering 89% main debug: Buffering 90% main debug: Buffering 90% main debug: Buffering 91% main debug: Buffering 92% main debug: Buffering 92% main debug: Buffering 93% main debug: Buffering 94% main debug: Buffering 94% main debug: Buffering 95% main debug: Buffering 96% main debug: Buffering 96% main debug: Buffering 97% main debug: Buffering 98% main debug: Buffering 98% main debug: Buffering 99% main debug: Buffering 100% main debug: Stream buffering done (302 ms in 110 ms) x264 debug: pthread-win32 deinitialized main debug: removing module "x264" main debug: Decoder buffering done in 7 ms avcodec debug: using direct rendering stream_out_transcode debug: decoder aspect is 1.777778:1 stream_out_transcode debug: source pixel aspect is 1.422222:1 stream_out_transcode debug: scaled pixel aspect is 1.422222:1 stream_out_transcode debug: source 720x576, destination 720x576 stream_out_transcode debug: encoder aspect is 46080:25920 stream_out_transcode debug: destination (after video filters) 720x576 main debug: looking for encoder module: 12 candidates x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: using encoder module "x264" main debug: TIMER module_need() : 45.000 ms - Total 45.000 ms / 1 intvls (Avg 45.000 ms) stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1236 main debug: net: connecting to [127.0.0.1]:1237 from [127.0.0.1]:1466 stream_out_rtp debug: we found a startcode for NAL with TYPE:7 stream_out_rtp debug: we found a startcode for NAL with TYPE:8 stream_out_rtp debug: we found a startcode for NAL with TYPE:6 stream_out_rtp debug: sdp= v=0 o=- 15025389807972909056 15025389807972909056 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 m=video 1236 RTP/AVP 96 b=AS:128 b=RR:0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1;profile-level-id=64001e;sprop-parameter-sets=Z2QAHqzZQLQSb/wBAAC0QAAAAwBAAAAMo8WLZYA=,aOvssiw=; x264 debug: Initial delay is set to 80000

ANd in the client logs box I have:

Code: Select all

main debug: creating access '' path='C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\Documents and Settings\Mickael Soares\Desktop\teste.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: using access module "filesystem" main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 303 bytes in 0s - 295898 KiB/s main debug: removing module "filesystem" main debug: Creating an input for '(null)' main debug: thread started main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: using sout chain=`transcode{vcodec="h264",vb="128"}:rtp{dst=localhost,port=1234,sdp=rtsp//localhost:5554/teste}" :sout-all :sout-keep"' main debug: stream=`rtp' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-rtp-dst to localhost main debug: set config option: sout-rtp-port to 1234 main debug: set config option: sout-rtp-sdp to rtsp//localhost:5554/teste stream_out_rtp warning: unknown protocol for SDP ((null)) main debug: using sout stream module "stream_out_rtp" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-transcode-vcodec to h264 main debug: set config option: sout-transcode-vb to 128 stream_out_transcode debug: codec video=h264 0x0 scaling: 0.000000 128kb/s main debug: using sout stream module "stream_out_transcode" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `C:\videos\BeyBoy.mpg' gives access `' demux `' path `C:\videos\BeyBoy.mpg' main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for access_demux module: 4 candidates main debug: no access_demux module matching "any" could be loaded main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: creating access '' path='C:\videos\BeyBoy.mpg' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\videos\BeyBoy.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\videos\BeyBoy.mpg' main debug: using access module "filesystem" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s main debug: looking for stream_filter module: 2 candidates main debug: no stream_filter module matching "any" could be loaded main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: looking for stream_filter module: 1 candidate main debug: using stream_filter module "stream_filter_record" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for demux module: 50 candidates main debug: using demux module "ps" main debug: TIMER module_need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) main debug: starting in async mode main debug: looking for meta reader module: 2 candidates lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.lua main debug: no meta reader module matching "any" could be loaded main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: `C:\videos\BeyBoy.mpg' successfully opened ps warning: garbage at input, trying to resync... ps warning: found sync code ps debug: we found a length of: 303456000 main debug: selecting program id=0 main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "mpeg_audio" main debug: TIMER module_need() : 27.000 ms - Total 27.000 ms / 1 intvls (Avg 27.000 ms) main debug: thread (decoder) created at priority 2 (../.././src/input/decoder.c:301) main debug: thread started main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "packetizer_mpegvideo" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: thread (decoder) created at priority 0 (../.././src/input/decoder.c:301) main debug: thread started main debug: Buffering 0% main debug: switching to sync mode packetizer_mpegvideo debug: size 720x576 fps=25.000 main debug: Buffering 0% mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:320 main debug: Buffering 1% main debug: adding a new sout input (sout_input:01b66428) main debug: Buffering 2% stream_out_transcode debug: not transcoding a stream (fcc=`mpga') main debug: Buffering 2% main debug: Buffering 3% main debug: Buffering 4% main debug: Buffering 4% stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1234 main debug: Buffering 5% main debug: Buffering 6% main debug: Buffering 6% main debug: Buffering 7% main debug: Buffering 8% main debug: Buffering 8% main debug: Buffering 9% main debug: Buffering 10% main debug: Buffering 10% main debug: net: connecting to [127.0.0.1]:1235 from [127.0.0.1]:1464 stream_out_rtp debug: sdp= v=0 o=- 15025389807301820416 15025389807301820416 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 main debug: Buffering 11% main debug: Buffering 12% main debug: adding a new sout input (sout_input:01b6e120) stream_out_transcode debug: creating video transcoding from fcc=`mpgv' to fcc=`h264' main debug: looking for decoder module: 34 candidates main debug: Buffering 12% main debug: Buffering 13% main debug: Buffering 14% main debug: Buffering 14% main debug: Buffering 15% main debug: Buffering 16% main debug: Buffering 16% main debug: Buffering 17% main debug: Buffering 18% main debug: Buffering 18% main debug: Buffering 19% main debug: Buffering 20% main debug: Buffering 20% main debug: Buffering 21% main debug: Buffering 22% main debug: Buffering 22% main debug: Buffering 23% main debug: Buffering 24% main debug: Buffering 24% main debug: Buffering 25% main debug: Buffering 26% main debug: Buffering 26% main debug: Buffering 27% avcodec debug: libavcodec initialized (interface 0x345601) avcodec debug: trying to use direct rendering avcodec debug: ffmpeg codec (MPEG-1/2 Video) started main debug: using decoder module "avcodec" main debug: TIMER module_need() : 25.000 ms - Total 25.000 ms / 1 intvls (Avg 25.000 ms) main debug: looking for encoder module: 12 candidates x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: Buffering 28% main debug: Buffering 28% main debug: Buffering 29% main debug: Buffering 30% main debug: Buffering 30% main debug: Buffering 31% main debug: Buffering 32% main debug: Buffering 32% main debug: Buffering 33% main debug: using encoder module "x264" main debug: TIMER module_need() : 46.000 ms - Total 46.000 ms / 1 intvls (Avg 46.000 ms) x264 debug: framecount still in libx264 buffer: 0 main debug: Buffering 34% main debug: Buffering 34% main debug: Buffering 35% main debug: Buffering 36% main debug: Buffering 36% main debug: Buffering 37% main debug: Buffering 38% main debug: Buffering 38% main debug: Buffering 39% main debug: Buffering 40% main debug: Buffering 40% main debug: Buffering 41% main debug: Buffering 42% main debug: Buffering 42% main debug: Buffering 43% main debug: Buffering 44% main debug: Buffering 44% main debug: Buffering 45% main debug: Buffering 46% main debug: Buffering 46% main debug: Buffering 47% main debug: Buffering 48% main debug: Buffering 48% main debug: Buffering 49% main debug: Buffering 50% main debug: Buffering 50% main debug: Buffering 51% main debug: Buffering 52% main debug: Buffering 52% main debug: Buffering 53% main debug: Buffering 54% main debug: Buffering 54% main debug: Buffering 55% main debug: Buffering 56% main debug: Buffering 56% main debug: Buffering 57% main debug: Buffering 57% main debug: Buffering 58% main debug: Buffering 59% main debug: Buffering 60% main debug: Buffering 60% main debug: Buffering 61% main debug: Buffering 62% main debug: Buffering 62% main debug: Buffering 63% main debug: Buffering 64% main debug: Buffering 64% main debug: Buffering 65% main debug: Buffering 66% main debug: Buffering 66% main debug: Buffering 67% main debug: Buffering 68% main debug: Buffering 68% main debug: Buffering 69% main debug: Buffering 70% main debug: Buffering 70% main debug: Buffering 71% main debug: Buffering 72% main debug: Buffering 72% main debug: Buffering 73% main debug: Buffering 74% main debug: Buffering 74% main debug: Buffering 75% main debug: Buffering 76% main debug: Buffering 76% main debug: Buffering 77% main debug: Buffering 78% main debug: Buffering 78% main debug: Buffering 79% main debug: Buffering 80% main debug: Buffering 80% main debug: Buffering 81% main debug: Buffering 82% main debug: Buffering 82% main debug: Buffering 83% main debug: Buffering 84% main debug: Buffering 84% main debug: Buffering 85% main debug: Buffering 86% main debug: Buffering 86% main debug: Buffering 87% main debug: Buffering 88% main debug: Buffering 88% main debug: Buffering 89% main debug: Buffering 90% main debug: Buffering 90% main debug: Buffering 91% main debug: Buffering 92% main debug: Buffering 92% main debug: Buffering 93% main debug: Buffering 94% main debug: Buffering 94% main debug: Buffering 95% main debug: Buffering 96% main debug: Buffering 96% main debug: Buffering 97% main debug: Buffering 98% main debug: Buffering 98% main debug: Buffering 99% main debug: Buffering 100% main debug: Stream buffering done (302 ms in 110 ms) x264 debug: pthread-win32 deinitialized main debug: removing module "x264" main debug: Decoder buffering done in 7 ms avcodec debug: using direct rendering stream_out_transcode debug: decoder aspect is 1.777778:1 stream_out_transcode debug: source pixel aspect is 1.422222:1 stream_out_transcode debug: scaled pixel aspect is 1.422222:1 stream_out_transcode debug: source 720x576, destination 720x576 stream_out_transcode debug: encoder aspect is 46080:25920 stream_out_transcode debug: destination (after video filters) 720x576 main debug: looking for encoder module: 12 candidates x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: using encoder module "x264" main debug: TIMER module_need() : 45.000 ms - Total 45.000 ms / 1 intvls (Avg 45.000 ms) stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1236 main debug: net: connecting to [127.0.0.1]:1237 from [127.0.0.1]:1466 stream_out_rtp debug: we found a startcode for NAL with TYPE:7 stream_out_rtp debug: we found a startcode for NAL with TYPE:8 stream_out_rtp debug: we found a startcode for NAL with TYPE:6 stream_out_rtp debug: sdp= v=0 o=- 15025389807972909056 15025389807972909056 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 m=video 1236 RTP/AVP 96 b=AS:128 b=RR:0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1;profile-level-id=64001e;sprop-parameter-sets=Z2QAHqzZQLQSb/wBAAC0QAAAAwBAAAAMo8WLZYA=,aOvssiw=; x264 debug: Initial delay is set to 80000

I still don´t understand what is happening

Thanks for helping me

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 10 Nov 2010 11:22

you have the same log for client and server.
What is the actual log of your client ?
What is the length of your movie ?

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 10 Nov 2010 11:33

Sorry, It was a mistake...

My client log message is :

Code: Select all

qt4 warning: Input option: rtsp-caching=1200 main debug: adding item `rtsp://localhost:5554/teste' ( rtsp://localhost:5554/teste ) qt4 debug: Adding a new MRL to recent ones: rtsp://localhost:5554/teste main debug: rebuilding array of current - root Lista de reprodução main debug: rebuild done - 1 items, index -1 main debug: processing request item rtsp://localhost:5554/teste node null skip 0 main debug: resyncing on rtsp://localhost:5554/teste main debug: rtsp://localhost:5554/teste is at 0 main debug: starting new item main debug: creating new input thread main debug: Creating an input for 'rtsp://localhost:5554/teste' main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: thread started main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `rtsp://localhost:5554/teste' gives access `rtsp' demux `' path `localhost:5554/teste' main debug: creating demux: access='rtsp' demux='' path='localhost:5554/teste' main debug: looking for access_demux module: 1 candidate main debug: meta ok for (null), need to fetch art qt4 debug: IM: Setting an input main debug: looking for meta fetcher module: 1 candidate lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.lua main debug: using meta fetcher module "lua" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: removing module "lua" main debug: searching art for rtsp://localhost:5554/teste main debug: looking for art finder module: 2 candidates lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\art lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.lua lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.lua lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.lua lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\04_musicbrainz.lua main debug: no art finder module matching "any" could be loaded main debug: TIMER module_need() : 5.000 ms - Total 5.000 ms / 1 intvls (Avg 5.000 ms) main debug: art not found for rtsp://localhost:5554/teste live555 debug: DESCRIBE failed with 0: Connection to server failed: Unknown error live555 debug: connection timeout live555 error: Failed to connect with rtsp://localhost:5554/teste main debug: no access_demux module matching "rtsp" could be loaded main debug: TIMER module_need() : 1975.000 ms - Total 1975.000 ms / 1 intvls (Avg 1975.000 ms) main debug: creating access 'rtsp' path='localhost:5554/teste' main debug: looking for access module: 1 candidate main debug: net: connecting to localhost port 5554 main warning: connection timed out access_realrtsp error: cannot connect to localhost:5554 access_realrtsp debug: could not connect to: localhost:5554/teste main debug: no access module matching "rtsp" could be loaded main debug: TIMER module_need() : 5080.000 ms - Total 5080.000 ms / 1 intvls (Avg 5080.000 ms) main debug: waitpipe: object killed main error: open of `rtsp://localhost:5554/teste' failed: (null) main debug: thread ended main debug: dead input main debug: thread times: real 0m7.062500s, kernel 0m0.000000s, user 0m0.000000s main debug: changing item without a request (current 0/1) main debug: nothing to play qt4 debug: IM: Deleting the input main debug: TIMER input launching for 'rtsp://localhost:5554/teste' : 7110.000 ms - Total 7110.000 ms / 1 intvls (Avg 7110.000 ms)
My movie have a length of 113525 KB.


I have notice something, after my client deny to open the rtsp/sdp, past a while in the server it continues to do something, it maybe have something to do with the broadcast.

Here is the code (soory it ´s quite big):

Code: Select all

main debug: creating access '' path='C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\Documents and Settings\Mickael Soares\Desktop\teste.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\Documents and Settings\Mickael Soares\Desktop\teste.vlm' main debug: using access module "filesystem" main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 303 bytes in 0s - 295898 KiB/s main debug: removing module "filesystem" main debug: Creating an input for '(null)' main debug: thread started main debug: thread (input) created at priority 1 (../.././src/input/input.c:214) main debug: using sout chain=`transcode{vcodec="h264",vb="128"}:rtp{dst=localhost,port=1234,sdp=rtsp//localhost:5554/teste}" :sout-all :sout-keep"' main debug: stream=`rtp' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-rtp-dst to localhost main debug: set config option: sout-rtp-port to 1234 main debug: set config option: sout-rtp-sdp to rtsp//localhost:5554/teste stream_out_rtp warning: unknown protocol for SDP ((null)) main debug: using sout stream module "stream_out_rtp" main debug: TIMER module_need() : 3.000 ms - Total 3.000 ms / 1 intvls (Avg 3.000 ms) main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: set config option: sout-transcode-vcodec to h264 main debug: set config option: sout-transcode-vb to 128 stream_out_transcode debug: codec video=h264 0x0 scaling: 0.000000 128kb/s main debug: using sout stream module "stream_out_transcode" main debug: TIMER module_need() : 2.000 ms - Total 2.000 ms / 1 intvls (Avg 2.000 ms) main debug: using timeshift granularity of 50 MiB main debug: using timeshift path 'C:\DOCUME~1\MICKAE~1\LOCALS~1\Temp' main debug: `C:\videos\BeyBoy.mpg' gives access `' demux `' path `C:\videos\BeyBoy.mpg' main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for access_demux module: 4 candidates main debug: no access_demux module matching "any" could be loaded main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: creating access '' path='C:\videos\BeyBoy.mpg' main debug: looking for access module: 5 candidates vcd debug: trying .cue file: C:\videos\BeyBoy.cue vcd debug: could not find .cue file filesystem debug: opening file `C:\videos\BeyBoy.mpg' main debug: using access module "filesystem" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: Using AStream*Stream main debug: pre buffering main debug: received first data after 0 ms main debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s main debug: looking for stream_filter module: 2 candidates main debug: no stream_filter module matching "any" could be loaded main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: looking for stream_filter module: 1 candidate main debug: using stream_filter module "stream_filter_record" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: creating demux: access='' demux='' path='C:\videos\BeyBoy.mpg' main debug: looking for demux module: 50 candidates main debug: using demux module "ps" main debug: TIMER module_need() : 27.000 ms - Total 27.000 ms / 1 intvls (Avg 27.000 ms) main debug: starting in async mode main debug: looking for meta reader module: 2 candidates lua debug: Trying Lua scripts in C:\Documents and Settings\Mickael Soares\Application Data\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.lua main debug: no meta reader module matching "any" could be loaded main debug: TIMER module_need() : 6.000 ms - Total 6.000 ms / 1 intvls (Avg 6.000 ms) main debug: `C:\videos\BeyBoy.mpg' successfully opened ps warning: garbage at input, trying to resync... ps warning: found sync code ps debug: we found a length of: 303456000 main debug: selecting program id=0 main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "mpeg_audio" main debug: TIMER module_need() : 16.000 ms - Total 16.000 ms / 1 intvls (Avg 16.000 ms) main debug: thread started main debug: thread (decoder) created at priority 2 (../.././src/input/decoder.c:301) main debug: looking for packetizer module: 21 candidates main debug: using packetizer module "packetizer_mpegvideo" main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) main debug: thread (decoder) created at priority 0 (../.././src/input/decoder.c:301) main debug: thread started main debug: Buffering 0% main debug: switching to sync mode main debug: Buffering 0% main debug: Buffering 1% mpeg_audio debug: MPGA channels:2 samplerate:48000 bitrate:320 main debug: adding a new sout input (sout_input:01b64020) main debug: Buffering 2% stream_out_transcode debug: not transcoding a stream (fcc=`mpga') main debug: Buffering 2% main debug: Buffering 3% main debug: Buffering 4% main debug: Buffering 4% main debug: Buffering 5% main debug: Buffering 6% main debug: Buffering 6% main debug: Buffering 7% main debug: Buffering 8% main debug: Buffering 8% main debug: Buffering 9% main debug: Buffering 10% packetizer_mpegvideo debug: size 720x576 fps=25.000 main debug: Buffering 10% main debug: Buffering 11% main debug: Buffering 12% main debug: adding a new sout input (sout_input:01b632f0) main debug: Buffering 12% main debug: Buffering 13% main debug: Buffering 14% main debug: Buffering 14% main debug: Buffering 15% main debug: Buffering 16% main debug: Buffering 16% main debug: Buffering 17% main debug: Buffering 18% main debug: Buffering 18% main debug: Buffering 19% main debug: Buffering 20% main debug: Buffering 20% main debug: Buffering 21% main debug: Buffering 22% main debug: Buffering 22% main debug: Buffering 23% main debug: Buffering 24% main debug: Buffering 24% main debug: Buffering 25% main debug: Buffering 26% main debug: Buffering 26% main debug: Buffering 27% stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1234 main debug: net: connecting to [127.0.0.1]:1235 from [127.0.0.1]:1560 stream_out_rtp debug: sdp= v=0 o=- 15025399890542854144 15025399890542854144 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 stream_out_transcode debug: creating video transcoding from fcc=`mpgv' to fcc=`h264' main debug: looking for decoder module: 34 candidates main debug: Buffering 28% main debug: Buffering 28% main debug: Buffering 29% main debug: Buffering 30% main debug: Buffering 30% main debug: Buffering 31% main debug: Buffering 32% main debug: Buffering 32% main debug: Buffering 33% main debug: Buffering 34% main debug: Buffering 34% main debug: Buffering 35% main debug: Buffering 36% main debug: Buffering 36% main debug: Buffering 37% main debug: Buffering 38% main debug: Buffering 38% main debug: Buffering 39% main debug: Buffering 40% main debug: Buffering 40% main debug: Buffering 41% main debug: Buffering 42% main debug: Buffering 42% main debug: Buffering 43% main debug: Buffering 44% main debug: Buffering 44% main debug: Buffering 45% main debug: Buffering 46% main debug: Buffering 46% main debug: Buffering 47% main debug: Buffering 48% main debug: Buffering 48% main debug: Buffering 49% main debug: Buffering 50% main debug: Buffering 50% main debug: Buffering 51% avcodec debug: libavcodec initialized (interface 0x345601) avcodec debug: trying to use direct rendering avcodec debug: ffmpeg codec (MPEG-1/2 Video) started main debug: using decoder module "avcodec" main debug: TIMER module_need() : 36.000 ms - Total 36.000 ms / 1 intvls (Avg 36.000 ms) main debug: looking for encoder module: 12 candidates main debug: Buffering 52% main debug: Buffering 52% main debug: Buffering 53% main debug: Buffering 54% main debug: Buffering 54% main debug: Buffering 55% main debug: Buffering 56% main debug: Buffering 56% main debug: Buffering 57% x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: Buffering 57% main debug: Buffering 58% main debug: Buffering 59% main debug: Buffering 60% main debug: Buffering 60% main debug: Buffering 61% main debug: Buffering 62% main debug: Buffering 62% main debug: Buffering 63% main debug: using encoder module "x264" main debug: TIMER module_need() : 68.000 ms - Total 68.000 ms / 1 intvls (Avg 68.000 ms) x264 debug: framecount still in libx264 buffer: 0 main debug: Buffering 64% main debug: Buffering 64% main debug: Buffering 65% main debug: Buffering 66% main debug: Buffering 66% main debug: Buffering 67% main debug: Buffering 68% main debug: Buffering 68% main debug: Buffering 69% main debug: Buffering 70% main debug: Buffering 70% main debug: Buffering 71% main debug: Buffering 72% main debug: Buffering 72% main debug: Buffering 73% main debug: Buffering 74% main debug: Buffering 74% main debug: Buffering 75% main debug: Buffering 76% main debug: Buffering 76% main debug: Buffering 77% main debug: Buffering 78% main debug: Buffering 78% main debug: Buffering 79% main debug: Buffering 80% main debug: Buffering 80% main debug: Buffering 81% main debug: Buffering 82% main debug: Buffering 82% main debug: Buffering 83% main debug: Buffering 84% main debug: Buffering 84% main debug: Buffering 85% main debug: Buffering 86% main debug: Buffering 86% main debug: Buffering 87% main debug: Buffering 88% main debug: Buffering 88% main debug: Buffering 89% main debug: Buffering 90% main debug: Buffering 90% main debug: Buffering 91% main debug: Buffering 92% main debug: Buffering 92% main debug: Buffering 93% main debug: Buffering 94% main debug: Buffering 94% main debug: Buffering 95% main debug: Buffering 96% main debug: Buffering 96% main debug: Buffering 97% main debug: Buffering 98% main debug: Buffering 98% main debug: Buffering 99% main debug: Buffering 100% main debug: Stream buffering done (302 ms in 128 ms) x264 debug: pthread-win32 deinitialized main debug: removing module "x264" main debug: Decoder buffering done in 7 ms avcodec debug: using direct rendering stream_out_transcode debug: decoder aspect is 1.777778:1 stream_out_transcode debug: source pixel aspect is 1.422222:1 stream_out_transcode debug: scaled pixel aspect is 1.422222:1 stream_out_transcode debug: source 720x576, destination 720x576 stream_out_transcode debug: encoder aspect is 46080:25920 stream_out_transcode debug: destination (after video filters) 720x576 main debug: looking for encoder module: 12 candidates x264 debug: version x264 0.104.X x264 debug: initializing pthread-win32 main debug: using encoder module "x264" main debug: TIMER module_need() : 47.000 ms - Total 47.000 ms / 1 intvls (Avg 47.000 ms) stream_out_rtp debug: maximum RTP packet size: 1400 bytes main debug: net: connecting to [localhost]:1236 main debug: net: connecting to [127.0.0.1]:1237 from [127.0.0.1]:1562 stream_out_rtp debug: we found a startcode for NAL with TYPE:7 stream_out_rtp debug: we found a startcode for NAL with TYPE:8 stream_out_rtp debug: we found a startcode for NAL with TYPE:6 stream_out_rtp debug: sdp= v=0 o=- 15025399891482378240 15025399891482378240 IN IP4 your-a2d68b086f s=Unnamed i=N/A c=IN IP4 127.0.0.1 t=0 0 a=tool:vlc 1.1.4 a=recvonly a=type:broadcast a=charset:UTF-8 m=audio 1234 RTP/AVP 14 b=AS:320 b=RR:0 a=rtpmap:14 MPA/90000/2 m=video 1236 RTP/AVP 96 b=AS:128 b=RR:0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1;profile-level-id=64001e;sprop-parameter-sets=Z2QAHqzZQLQSb/wBAAC0QAAAAwBAAAAMo8WLZYA=,aOvssiw=; x264 debug: Initial delay is set to 80000 stream_out_transcode debug: late picture skipped (127000) stream_out_transcode debug: late picture skipped (93000) stream_out_transcode debug: late picture skipped (60000) stream_out_transcode debug: late picture skipped (25000) stream_out_transcode debug: late picture skipped (23000) stream_out_transcode debug: late picture skipped (160000) stream_out_transcode debug: late picture skipped (124000) stream_out_transcode debug: late picture skipped (89000) stream_out_transcode debug: late picture skipped (53000) stream_out_transcode debug: late picture skipped (17000) stream_out_transcode debug: late picture skipped (44000) stream_out_transcode debug: late picture skipped (9000) stream_out_transcode debug: late picture skipped (72000) stream_out_transcode debug: late picture skipped (38000) stream_out_transcode debug: late picture skipped (3000) stream_out_transcode debug: late picture skipped (76000) stream_out_transcode debug: late picture skipped (325433) stream_out_transcode debug: late picture skipped (318433) stream_out_transcode debug: late picture skipped (308433) stream_out_transcode debug: late picture skipped (300433) main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 321 ms) main debug: ES_OUT_RESET_PCR called stream_out_transcode debug: late picture skipped (316433) main debug: Buffering 0% main debug: Buffering 1% main debug: Buffering 3% main debug: Buffering 5% main debug: Buffering 7% main debug: Buffering 9% main debug: Buffering 11% main debug: Buffering 13% main debug: Buffering 14% main debug: Buffering 16% main debug: Buffering 18% main debug: Buffering 20% main debug: Buffering 22% main debug: Buffering 24% main debug: Buffering 26% main debug: Buffering 27% main debug: Buffering 29% main debug: Buffering 31% main debug: Buffering 33% main debug: Buffering 35% main debug: Buffering 37% main debug: Buffering 39% main debug: Buffering 41% main debug: Buffering 42% main debug: Buffering 44% main debug: Buffering 46% main debug: Buffering 48% main debug: Buffering 50% main debug: Buffering 52% main debug: Buffering 54% main debug: Buffering 55% main debug: Buffering 57% main debug: Buffering 59% main debug: Buffering 61% main debug: Buffering 63% main debug: Buffering 65% main debug: Buffering 67% main debug: Buffering 68% main debug: Buffering 70% main debug: Buffering 72% main debug: Buffering 74% main debug: Buffering 76% main debug: Buffering 78% main debug: Buffering 80% main debug: Buffering 82% main debug: Buffering 83% main debug: Buffering 85% main debug: Buffering 87% main debug: Buffering 89% main debug: Buffering 91% main debug: Buffering 93% main debug: Buffering 95% main debug: Buffering 96% main debug: Buffering 98% main debug: Stream buffering done (323 ms in 537 ms) main debug: Decoder buffering done in 0 ms main warning: trying to send non-dated packet to stream output! stream_out_transcode debug: late picture skipped (569366) stream_out_transcode debug: late picture skipped (1686433) stream_out_transcode debug: late picture skipped (600366) stream_out_transcode debug: late picture skipped (587366) stream_out_transcode debug: late picture skipped (568366) stream_out_transcode debug: late picture skipped (562366) stream_out_transcode debug: late picture skipped (539366) stream_out_transcode debug: late picture skipped (516366) stream_out_transcode debug: late picture skipped (528366) stream_out_transcode debug: late picture skipped (508366) stream_out_transcode debug: late picture skipped (489366) stream_out_transcode debug: late picture skipped (483366) stream_out_transcode debug: late picture skipped (501366) stream_out_transcode debug: late picture skipped (495366) stream_out_transcode debug: late picture skipped (480366) stream_out_transcode debug: late picture skipped (456366) stream_out_transcode debug: late picture skipped (442366) stream_out_transcode debug: late picture skipped (430366) stream_out_transcode debug: late picture skipped (412366) stream_out_transcode debug: late picture skipped (396366) stream_out_transcode debug: late picture skipped (390366) stream_out_transcode debug: late picture skipped (377366) stream_out_transcode debug: late picture skipped (398366) main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 330 ms) main debug: ES_OUT_RESET_PCR called stream_out_transcode debug: late picture skipped (403366) main debug: Buffering 0% main debug: Buffering 1% main debug: Buffering 3% main debug: Buffering 5% main debug: Buffering 7% main debug: Buffering 9% main debug: Buffering 10% main debug: Buffering 12% main debug: Buffering 14% main debug: Buffering 16% main debug: Buffering 18% main debug: Buffering 19% main debug: Buffering 21% main debug: Buffering 23% main debug: Buffering 25% main debug: Buffering 27% main debug: Buffering 29% main debug: Buffering 30% main debug: Buffering 32% main debug: Buffering 34% main debug: Buffering 48% main debug: Buffering 50% main debug: Buffering 52% main debug: Buffering 54% main debug: Buffering 56% main debug: Buffering 57% main debug: Buffering 59% main debug: Buffering 61% main debug: Buffering 63% main debug: Buffering 65% main debug: Buffering 67% main debug: Buffering 68% main debug: Buffering 70% main debug: Buffering 72% main debug: Buffering 74% main debug: Buffering 76% main debug: Buffering 77% main debug: Buffering 79% main debug: Buffering 81% main debug: Buffering 83% main debug: Buffering 85% main debug: Buffering 86% main debug: Buffering 88% main debug: Buffering 90% main debug: Buffering 92% main debug: Buffering 94% main debug: Buffering 95% main debug: Buffering 97% main debug: Buffering 99% main debug: Stream buffering done (334 ms in 494 ms) main debug: Decoder buffering done in 0 ms main warning: trying to send non-dated packet to stream output! main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 347 ms) main debug: ES_OUT_RESET_PCR called main debug: Buffering 0% main debug: Buffering 1% main debug: Buffering 3% main debug: Buffering 5% main debug: Buffering 6% main debug: Buffering 8% main debug: Buffering 10% main debug: Buffering 12% main debug: Buffering 13% main debug: Buffering 15% main debug: Buffering 17% main debug: Buffering 18% main debug: Buffering 20% main debug: Buffering 22% main debug: Buffering 24% main debug: Buffering 25% main debug: Buffering 27% main debug: Buffering 29% main debug: Buffering 30% main debug: Buffering 32% main debug: Buffering 34% main debug: Buffering 36% main debug: Buffering 37% main debug: Buffering 39% main debug: Buffering 41% main debug: Buffering 42% main debug: Buffering 44% main debug: Buffering 46% main debug: Buffering 48% main debug: Buffering 49% main debug: Buffering 51% main debug: Buffering 53% main debug: Buffering 54% main debug: Buffering 56% main debug: Buffering 58% main debug: Buffering 60% main debug: Buffering 61% main debug: Buffering 63% main debug: Buffering 65% main debug: Buffering 66% main debug: Buffering 68% main debug: Buffering 70% main debug: Buffering 72% main debug: Buffering 73% main debug: Buffering 75% main debug: Buffering 77% main debug: Buffering 78% main debug: Buffering 80% main debug: Buffering 82% main debug: Buffering 84% main debug: Buffering 85% main debug: Buffering 87% main debug: Buffering 89% main debug: Buffering 90% main debug: Buffering 92% main debug: Buffering 94% main debug: Buffering 96% main debug: Buffering 97% main debug: Buffering 99% main debug: Stream buffering done (352 ms in 31 ms) main debug: Decoder buffering done in 0 ms main warning: trying to send non-dated packet to stream output! stream_out_transcode debug: late picture skipped (162022) stream_out_transcode debug: late picture skipped (2789366) stream_out_transcode debug: late picture skipped (119022) stream_out_transcode debug: late picture skipped (93022) stream_out_transcode debug: late picture skipped (700022) stream_out_transcode debug: late picture skipped (682022) stream_out_transcode debug: late picture skipped (655022) stream_out_transcode debug: late picture skipped (626022) stream_out_transcode debug: late picture skipped (604022) stream_out_transcode debug: late picture skipped (615022) stream_out_transcode debug: late picture skipped (590022) stream_out_transcode debug: late picture skipped (584022) stream_out_transcode debug: late picture skipped (558022) stream_out_transcode debug: late picture skipped (531022) stream_out_transcode debug: late picture skipped (512022) stream_out_transcode debug: late picture skipped (485022) stream_out_transcode debug: late picture skipped (458022) stream_out_transcode debug: late picture skipped (436022) stream_out_transcode debug: late picture skipped (443022) stream_out_transcode debug: late picture skipped (416022) stream_out_transcode debug: late picture skipped (393022) stream_out_transcode debug: late picture skipped (367022) stream_out_transcode debug: late picture skipped (340022) stream_out_transcode debug: late picture skipped (318022) stream_out_transcode debug: late picture skipped (313022) stream_out_transcode debug: late picture skipped (289022) stream_out_transcode debug: late picture skipped (273022) stream_out_transcode debug: late picture skipped (251022) stream_out_transcode debug: late picture skipped (225022) stream_out_transcode debug: late picture skipped (206022) stream_out_transcode debug: late picture skipped (180022) stream_out_transcode debug: late picture skipped (155022) stream_out_transcode debug: late picture skipped (134022) stream_out_transcode debug: late picture skipped (109022) stream_out_transcode debug: late picture skipped (81022) stream_out_transcode debug: late picture skipped (66022) stream_out_transcode debug: late picture skipped (39022) stream_out_transcode debug: late picture skipped (13022) stream_out_transcode debug: late picture skipped (601022) stream_out_transcode debug: late picture skipped (582022) stream_out_transcode debug: late picture skipped (560022) stream_out_transcode debug: late picture skipped (543022) stream_out_transcode debug: late picture skipped (519022) stream_out_transcode debug: late picture skipped (499022) stream_out_transcode debug: late picture skipped (476022) stream_out_transcode debug: late picture skipped (455022) stream_out_transcode debug: late picture skipped (435022) stream_out_transcode debug: late picture skipped (418022) stream_out_transcode debug: late picture skipped (391022) stream_out_transcode debug: late picture skipped (372022) stream_out_transcode debug: late picture skipped (349022) stream_out_transcode debug: late picture skipped (336022) stream_out_transcode debug: late picture skipped (316022) stream_out_transcode debug: late picture skipped (326022) stream_out_transcode debug: late picture skipped (330022) stream_out_transcode debug: late picture skipped (333022) stream_out_transcode debug: late picture skipped (319022) stream_out_transcode debug: late picture skipped (310022) stream_out_transcode debug: late picture skipped (290022) stream_out_transcode debug: late picture skipped (270022) stream_out_transcode debug: late picture skipped (253022) stream_out_transcode debug: late picture skipped (235022) stream_out_transcode debug: late picture skipped (211022) stream_out_transcode debug: late picture skipped (186022) stream_out_transcode debug: late picture skipped (164022) stream_out_transcode debug: late picture skipped (140022) stream_out_transcode debug: late picture skipped (128022) stream_out_transcode debug: late picture skipped (106022) stream_out_transcode debug: late picture skipped (87022) stream_out_transcode debug: late picture skipped (65022) stream_out_transcode debug: late picture skipped (48022) stream_out_transcode debug: late picture skipped (23022) stream_out_transcode debug: late picture skipped (1022) stream_out_transcode debug: late picture skipped (506022) stream_out_transcode debug: late picture skipped (493022) stream_out_transcode debug: late picture skipped (473022) stream_out_transcode debug: late picture skipped (510022) stream_out_transcode debug: late picture skipped (490022) stream_out_transcode debug: late picture skipped (470022) stream_out_transcode debug: late picture skipped (447022) stream_out_transcode debug: late picture skipped (423022) stream_out_transcode debug: late picture skipped (433022) stream_out_transcode debug: late picture skipped (446022) stream_out_transcode debug: late picture skipped (482022) stream_out_transcode debug: late picture skipped (468022) stream_out_transcode debug: late picture skipped (444022) stream_out_transcode debug: late picture skipped (458022) stream_out_transcode debug: late picture skipped (448022) stream_out_transcode debug: late picture skipped (422022) stream_out_transcode debug: late picture skipped (399022) stream_out_transcode debug: late picture skipped (414022) stream_out_transcode debug: late picture skipped (395022) stream_out_transcode debug: late picture skipped (440022) stream_out_transcode debug: late picture skipped (434022) stream_out_transcode debug: late picture skipped (410022) stream_out_transcode debug: late picture skipped (382022) stream_out_transcode debug: late picture skipped (378022) stream_out_transcode debug: late picture skipped (355022) stream_out_transcode debug: late picture skipped (364022) stream_out_transcode debug: late picture skipped (342022) stream_out_transcode debug: late picture skipped (319022) stream_out_transcode debug: late picture skipped (294022) stream_out_transcode debug: late picture skipped (273022) stream_out_transcode debug: late picture skipped (293022) stream_out_transcode debug: late picture skipped (268022) stream_out_transcode debug: late picture skipped (257022) stream_out_transcode debug: late picture skipped (236022) stream_out_transcode debug: late picture skipped (215022) stream_out_transcode debug: late picture skipped (201022) stream_out_transcode debug: late picture skipped (190022) stream_out_transcode debug: late picture skipped (160022) stream_out_transcode debug: late picture skipped (154022) stream_out_transcode debug: late picture skipped (135022) stream_out_transcode debug: late picture skipped (109022) stream_out_transcode debug: late picture skipped (83022) stream_out_transcode debug: late picture skipped (60022) stream_out_transcode debug: late picture skipped (44022) stream_out_transcode debug: late picture skipped (24022) stream_out_transcode debug: late picture skipped (151022) stream_out_transcode debug: late picture skipped (129022) stream_out_transcode debug: late picture skipped (144022) stream_out_transcode debug: late picture skipped (145022) stream_out_transcode debug: late picture skipped (144022) stream_out_transcode debug: late picture skipped (126022) stream_out_transcode debug: late picture skipped (120022) stream_out_transcode debug: late picture skipped (96022) stream_out_transcode debug: late picture skipped (103022) stream_out_transcode debug: late picture skipped (93022) stream_out_transcode debug: late picture skipped (71022) stream_out_transcode debug: late picture skipped (57022) stream_out_transcode debug: late picture skipped (61022) stream_out_transcode debug: late picture skipped (70022) stream_out_transcode debug: late picture skipped (51022) stream_out_transcode debug: late picture skipped (26022) stream_out_transcode debug: late picture skipped (4022) stream_out_transcode debug: late picture skipped (797022) stream_out_transcode debug: late picture skipped (773022) stream_out_transcode debug: late picture skipped (747022) stream_out_transcode debug: late picture skipped (722022) stream_out_transcode debug: late picture skipped (712022) stream_out_transcode debug: late picture skipped (688022) stream_out_transcode debug: late picture skipped (666022) stream_out_transcode debug: late picture skipped (645022) stream_out_transcode debug: late picture skipped (626022) stream_out_transcode debug: late picture skipped (612022) stream_out_transcode debug: late picture skipped (596022) stream_out_transcode debug: late picture skipped (583022) stream_out_transcode debug: late picture skipped (557022) stream_out_transcode debug: late picture skipped (538022) stream_out_transcode debug: late picture skipped (512022) stream_out_transcode debug: late picture skipped (487022) stream_out_transcode debug: late picture skipped (479022) stream_out_transcode debug: late picture skipped (455022) stream_out_transcode debug: late picture skipped (431022) stream_out_transcode debug: late picture skipped (412022) stream_out_transcode debug: late picture skipped (390022) stream_out_transcode debug: late picture skipped (363022) stream_out_transcode debug: late picture skipped (348022) stream_out_transcode debug: late picture skipped (321022) stream_out_transcode debug: late picture skipped (298022) stream_out_transcode debug: late picture skipped (293022) stream_out_transcode debug: late picture skipped (271022) stream_out_transcode debug: late picture skipped (289022) stream_out_transcode debug: late picture skipped (269022) stream_out_transcode debug: late picture skipped (249022) stream_out_transcode debug: late picture skipped (225022) stream_out_transcode debug: late picture skipped (286022) stream_out_transcode debug: late picture skipped (261022) stream_out_transcode debug: late picture skipped (247022) stream_out_transcode debug: late picture skipped (226022) stream_out_transcode debug: late picture skipped (210022) stream_out_transcode debug: late picture skipped (235022) stream_out_transcode debug: late picture skipped (213022) stream_out_transcode debug: late picture skipped (222022) stream_out_transcode debug: late picture skipped (200022) stream_out_transcode debug: late picture skipped (180022) stream_out_transcode debug: late picture skipped (160022) stream_out_transcode debug: late picture skipped (134022) stream_out_transcode debug: late picture skipped (113022) stream_out_transcode debug: late picture skipped (90022) stream_out_transcode debug: late picture skipped (70022) stream_out_transcode debug: late picture skipped (55022) stream_out_transcode debug: late picture skipped (30022) stream_out_transcode debug: late picture skipped (6022) stream_out_transcode debug: late picture skipped (20022) stream_out_transcode debug: late picture skipped (4022) stream_out_transcode debug: late picture skipped (76022) stream_out_transcode debug: late picture skipped (50022) stream_out_transcode debug: late picture skipped (105022) stream_out_transcode debug: late picture skipped (83022) stream_out_transcode debug: late picture skipped (68022) stream_out_transcode debug: late picture skipped (44022) stream_out_transcode debug: late picture skipped (45022) stream_out_transcode debug: late picture skipped (65022) stream_out_transcode debug: late picture skipped (42022) stream_out_transcode debug: late picture skipped (47022) stream_out_transcode debug: late picture skipped (23022) stream_out_transcode debug: late picture skipped (3022) stream_out_transcode debug: late picture skipped (5022) stream_out_transcode debug: late picture skipped (594022) stream_out_transcode debug: late picture skipped (572022) stream_out_transcode debug: late picture skipped (551022) stream_out_transcode debug: late picture skipped (540022) stream_out_transcode debug: late picture skipped (516022) stream_out_transcode debug: late picture skipped (493022) stream_out_transcode debug: late picture skipped (471022) stream_out_transcode debug: late picture skipped (435022) stream_out_transcode debug: late picture skipped (398022) stream_out_transcode debug: late picture skipped (361022) stream_out_transcode debug: late picture skipped (324022) stream_out_transcode debug: late picture skipped (287022) stream_out_transcode debug: late picture skipped (250022) stream_out_transcode debug: late picture skipped (213022) stream_out_transcode debug: late picture skipped (177022) stream_out_transcode debug: late picture skipped (140022) stream_out_transcode debug: late picture skipped (103022) stream_out_transcode debug: late picture skipped (67022) stream_out_transcode debug: late picture skipped (30022) stream_out_transcode debug: late picture skipped (76022) stream_out_transcode debug: late picture skipped (40022) stream_out_transcode debug: late picture skipped (3022) stream_out_transcode debug: late picture skipped (72022) stream_out_transcode debug: late picture skipped (35022) stream_out_transcode debug: late picture skipped (92022) stream_out_transcode debug: late picture skipped (57022) stream_out_transcode debug: late picture skipped (21022) stream_out_transcode debug: late picture skipped (22) stream_out_transcode debug: late picture skipped (11022) stream_out_transcode debug: late picture skipped (5022) stream_out_transcode debug: late picture skipped (22) stream_out_transcode debug: late picture skipped (15022) stream_out_transcode debug: late picture skipped (1022) stream_out_transcode debug: late picture skipped (23022) stream_out_transcode debug: late picture skipped (53022) stream_out_transcode debug: late picture skipped (19022) stream_out_transcode debug: late picture skipped (72022) stream_out_transcode debug: late picture skipped (38022) stream_out_transcode debug: late picture skipped (5022) stream_out_transcode debug: late picture skipped (5022) stream_out_transcode debug: late picture skipped (10022) stream_out_transcode debug: late picture skipped (71022) stream_out_transcode debug: late picture skipped (42022) stream_out_transcode debug: late picture skipped (11022) stream_out_transcode debug: late picture skipped (23022) stream_out_transcode debug: late picture skipped (25022) stream_out_transcode debug: late picture skipped (57022) stream_out_transcode debug: late picture skipped (25022) stream_out_transcode debug: late picture skipped (123022) stream_out_transcode debug: late picture skipped (92022) stream_out_transcode debug: late picture skipped (59022) stream_out_transcode debug: late picture skipped (27022) main debug: EOF reached main debug: waiting decoder fifos to empty stream_out_transcode debug: late picture skipped (55022) stream_out_transcode debug: late picture skipped (22022) main debug: waiting decoder fifos to empty stream_out_transcode debug: late picture skipped (41022) stream_out_transcode debug: late picture skipped (7022) main debug: waiting decoder fifos to empty main debug: waiting decoder fifos to empty stream_out_transcode debug: late picture skipped (84022) main debug: waiting decoder fifos to empty stream_out_transcode debug: late picture skipped (50022) main debug: thread times: real 5m6.218750s, kernel 0m0.031250s, user 0m0.203125s main debug: removing module "mpeg_audio" main debug: killing decoder fourcc `mpga', 0 PES in FIFO main debug: removing a sout input (sout_input:01b64020) main debug: thread times: real 5m6.203125s, kernel 0m5.015625s, user 0m53.265625s main debug: removing module "packetizer_mpegvideo" main debug: killing decoder fourcc `mpgv', 0 PES in FIFO main debug: removing a sout input (sout_input:01b632f0) main debug: TIMER encoding video frame : 129.000 ms - Total 163548.008 ms / 5381 intvls (Avg 30.394 ms) avcodec debug: ffmpeg codec (MPEG-1/2 Video) stopped main debug: removing module "avcodec" x264 debug: framecount still in libx264 buffer: 11 x264 debug: pthread-win32 deinitialized main debug: removing module "x264" main debug: Program doesn't contain anymore ES main debug: removing module "ps" main debug: removing module "stream_filter_record" main debug: removing module "filesystem" main debug: thread ended main debug: thread times: real 5m6.296875s, kernel 0m2.312500s, user 0m3.734375s main debug: destroying chain... (name=transcode) main debug: removing module "stream_out_transcode" main debug: destroying chain done main debug: destroying chain... (name=rtp) main debug: removing module "stream_out_rtp" main debug: destroying chain done main debug: TIMER input launching for '(null)' : 44.000 ms - Total 44.000 ms / 1 intvls (Avg 44.000 ms)
Thanks for your help



Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 10 Nov 2010 16:41

in your logs I can see rtp{dst=localhost
in you vlm files I can see sometime rtp{dst=239.255.1.1, sometime no dst at all

I think you tried a lot of differents things, and you don't show the logs corresponding to your vlm files (at least not the one you put here)
I asked you to try one thing at a time.
I also told you that the following vlm is working for me, and asked you full logs of vlc client and server with THIS vlm.

Code: Select all

new channel1 broadcast enabled setup channel1 input "C:\videos\BeyBoy.mpg" setup channel1 output #transcode{vcodec="h264",vb="128"}:rtp{sdp=rtsp://localhost:5554/test,port=1234,ttl=127} control channel1 play
And in the client :

Code: Select all

rtsp://localhost:5554/test
Can't help you if you mix everything.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 11 Nov 2010 00:08

I m so sorry,

it is really scratching my head...

You are the best Sébastien, it works perfectly in localhost and multicast :) .

With I only change vlm with this:

new channel1 broadcast enabled

Code: Select all

setup channel1 input "C:\videos\BeyBoy.mpg" loop setup channel1 output #transcode{vcodec="h264",vb="128"}:rtp{dst=239.255.1.1,sdp=rtsp://localhost:5554/test,port=1234,ttl=127} control channel1 play

- Is there any way to do something like rtsp multicast, or create a multicast channel for each client who want to see a video content(the same or not)?

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 12 Nov 2010 08:52

- Is there any way to do something like rtsp multicast, or create a multicast channel for each client who want to see a video content(the same or not)?
I don't really understand the question.
You can create one multicast per video (add a new channel in your VLM file), and you can connect as many client you want to each video. That's the point of multicast.
Replace "localhost" with the server IP on the local network.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 12 Nov 2010 13:32

Hi,

I know that It was a stupid question because I think it is impossible to do rtsp multicast, like this in the vlm conf:

Code: Select all

new test3 vod setup test3 input "C:\videos\BeyBoy.mpg" setup test3 output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a, ab=128,channels=2,samplerate=44100}:rtp{mux=ts,dst=239.255.1.1:1, port=1234} setup test3 enabled
I have an other question:
I have a video file that I have to stream into 3 diferents formats:
- poor quality, for example: PDA
- medium quality, for wireless connection
- high quality, for ethernet connection

Could you please explain to me how to do put it together in the vlm,
I mean it will be something like this:
- MPEG2+MPEGA(TS)
- H.264+AAC (TS)
- RAW or MP4

But what are the best options for poor, medium and best quality,
How do I know wich samplerate,fps,vb,ab,height,width I have to use for each connection?
Do I have to use ffmepg, deinterlace,dump raw input.

I m really confused with all this A/V codecs, containers, formats, heights x width, fps, samplerate.

Could you help me please.

Best regards

Sébastien Escudier
Big Cone-huna
Big Cone-huna
Posts: 853
Joined: 06 Nov 2008 08:38
Operating System: linux

Re: RTP multicast with RTSP rendez-vous point

Postby Sébastien Escudier » 12 Nov 2010 13:37

vod doesn't make sense, because with multicast everybody must receive the same thing.
But what you did previously is already multicast with rtsp.
If you thought VOD when you said rtsp, the answer is no, it's not possible.

Don't know about codec quality.
You could create a new post in the stream output forum section.

mcsniper95
Blank Cone
Blank Cone
Posts: 33
Joined: 05 Aug 2009 23:33

Re: RTP multicast with RTSP rendez-vous point

Postby mcsniper95 » 12 Nov 2010 14:14

I will post my ly last doubt in the right section.

Thanks a lot for your help Sébastien

Best regards.


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 0 guests