The rtp packets ares sent to the port 14571 which is the one indicated in the sdp file. I have checked it with an ethernet capture tool.
Then, I have looked at the log VLC gives me for two cases:
A. When I try to open the sdp file:
Code: Select all
main debug: adding playlist item `D:\sdp0.sdp' ( D:\sdp0.sdp )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4496 (input) created at priority 1 (input/input.c:265)
main debug: drive letter D: found in source
main debug: `D:\sdp0.sdp' gives access `' demux `' path `D:\sdp0.sdp'
main debug: creating demux: access='' demux='' path='D:\sdp0.sdp'
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='D:\sdp0.sdp'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: D:\sdp0.cue
vcd debug: could not find .cue file
access_file debug: opening file `D:\sdp0.sdp'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='' demux='' path='D:\sdp0.sdp'
main debug: looking for demux2 module: 45 candidates
ffmpeg debug: couldn't guess format
ps warning: this does not look like an MPEG PS stream, continuing anyway
main debug: using demux2 module "ps"
main debug: looking for a subtitle file in D:\
main debug: `D:\sdp0.sdp' successfully opened
ps warning: garbage at input, trying to resync...
main debug: EOF reached
main debug: closing input
main debug: removing module "ps"
main debug: removing module "access_file"
main debug: thread times: real 0m0.109377s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4496 joined (input/input.c:412)
main warning: unable to find parent!
main: nothing to play
B. When I try to open directly the stream from vlc:
Code: Select all
main debug: adding playlist item `udp://@:14571' ( udp://@:14571 )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4568 (input) created at priority 1 (input/input.c:265)
main debug: `udp://@:14571' gives access `udp' demux `' path `@:14571'
main debug: creating demux: access='udp' demux='' path='@:14571'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "udp"
main debug: creating access 'udp' path='@:14571'
main debug: looking for access2 module: 6 candidates
access_udp debug: opening server=:0 local=:14571
main debug: net: connecting to '[]:0@[]:14571'
main debug: looking for network module: 1 candidate
ipv6 warning: cannot create socket (Winsock error 10047)
main debug: using network module "ipv6"
main debug: removing module "ipv6"
main debug: looking for network module: 1 candidate
ipv4 debug: resolving :14571...
ipv4 debug: resolving :0...
main debug: using network module "ipv4"
main debug: removing module "ipv4"
main debug: using access2 module "access_udp"
main debug: pre buffering
access_udp debug: no RTP header detected
main debug: creating demux: access='udp' demux='' path='@:14571'
main debug: looking for demux2 module: 45 candidates
ffmpeg debug: detected format: mp3
I doesn't tell me much as I have never worked with this kind of data, does it tell you something??
thanks 4 your patience!