rtp streaming on svn version
Posted: 28 Feb 2008 00:39
I'm new to VideoLAN. I tried to stream a film between two systems using the following command
All is fine when using 0.8.6d, but when I try to use SVN version it doesn't work. The output is as follows:
Does rtp streaming work at all in SVN version? Thanks in advance for any answers.
Code: Select all
vlc -v moonwalk.mpg --sout '#rtp{sdp=rtsp://192.168.2.1:8080/test.sdp}'
Code: Select all
$ vlc -vvv moonwalk.mpg --sout '#rtp{sdp=rtsp://172.16.154.131:8080/test.sdp}'
***************************************************
*** glibc version with broken libintl detected. ***
*** Messages localization will be disabled. ***
***************************************************
VLC media player 0.9.0-svn Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.0-svn Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--disable-libmpeg2' '--disable-glx' '--without-tuning'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/users/tomek/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `modules'
[00000001] main libvlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main libvlc debug: recursively browsing `plugins'
[00000001] main libvlc debug: module bank initialized, found 208 modules
[00000001] main libvlc debug: opening config file (/home/users/tomek/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 4 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[00000561] main input debug: Input is a meta file: disabling unneeded options
[00000561] main input debug: `file/xspf-open:///home/users/tomek/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/users/tomek/.local/share/vlc/ml.xspf'
[00000561] main input debug: creating access 'file' path='/home/users/tomek/.local/share/vlc/ml.xspf'
[00000562] main access debug: looking for access2 module: 3 candidates
[00000562] access_directory access debug: opening directory `/home/users/tomek/.local/share/vlc/ml.xspf'
[00000562] access_directory access debug: skipping non-directory `/home/users/tomek/.local/share/vlc/ml.xspf'
[00000562] access_mmap access debug: opening file /home/users/tomek/.local/share/vlc/ml.xspf
[00000562] main access debug: using access2 module "access_mmap"
[00000563] main private debug: pre buffering
[00000563] main private debug: received first data for our buffer
[00000562] access_mmap access debug: at end of memory mapped file
[00000561] main input debug: creating demux: access='file' demux='xspf-open' path='/home/users/tomek/.local/share/vlc/ml.xspf'
[00000564] main demuxer debug: looking for demux2 module: 1 candidate
[00000564] playlist demuxer debug: using XSPF playlist reader
[00000564] main demuxer debug: using demux2 module "playlist"
[00000561] main input debug: `file/xspf-open:///home/users/tomek/.local/share/vlc/ml.xspf' successfully opened
[00000565] main private debug: looking for xml module: 2 candidates
[00000565] main private debug: using xml module "xml"
[00000562] access_mmap access debug: at end of memory mapped file
[00000564] playlist demuxer debug: parsed 0 tracks successfully
[00000565] main private debug: removing module "xml"
[00000561] main input debug: EOF reached
[00000561] main input debug: control type=1
[00000564] main demuxer debug: removing module "playlist"
[00000562] main access debug: removing module "access_mmap"
[00000566] main private debug: waiting for thread completion
[00000566] main private debug: thread 3060411280 (preparser) created at priority 0 (playlist/thread.c:82)
[00000567] main private debug: waiting for thread completion
[00000567] main private debug: thread 3052022672 (fetcher) created at priority 0 (playlist/thread.c:110)
[00000560] main playlist debug: waiting for thread completion
[00000560] main playlist debug: rebuilding array of current - root Playlist
[00000560] main playlist debug: rebuild done - 0 items, index -1
[00000560] main playlist debug: thread 3043634064 (playlist) created at priority 0 (playlist/thread.c:120)
[00000568] main interface debug: looking for interface module: 1 candidate
[00000568] main interface debug: using interface module "hotkeys"
[00000568] main interface debug: thread 3035245456 (interface) created at priority 0 (interface/interface.c:148)
[00000560] main playlist debug: adding item `moonwalk.mpg' ( moonwalk.mpg )
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000569] main interface debug: looking for interface module: 1 candidate
Remote control interface initialized. Type `help' for help.
[00000569] main interface debug: using interface module "rc"
[00000560] main playlist debug: starting new item
[00000560] main playlist debug: processing request item null node Playlist skip 0
[00000560] main playlist debug: rebuilding array of current - root Playlist
[00000560] main playlist debug: rebuild done - 1 items, index -1
[00000560] main playlist debug: creating new input thread
[00000570] main input debug: waiting for thread completion
[00000569] main interface debug: thread 3018468240 (interface) created at priority 0 (interface/interface.c:148)
[00000571] main stream output debug: stream=`rtp'
[00000572] main private debug: looking for sout stream module: 1 candidate
[00000570] main input debug: thread 3026856848 (input) created at priority 0 (input/input.c:342)
status change: ( new input: moonwalk.mpg )
status change: ( audio volume: 256 )
status change: ( play state: 1 )