Postby bobbyucsd006 » 03 Aug 2011 20:01
Hmm so how do I open the right ports to allow the connection?
I've opened all TCP and UDP ports on both sides using the windows firewall manager
Also, this is the what I'm getting in the message log when I try to play the video on my localmachine, where the server on the internet is streaming rtsp (I've replaced the server ip address with just my_server_ip)
At one point it says no data received in 10s, so I'm guessing it still has something to do with the network blocking the connection.
main debug: processing request item rtsp://my_server_ip:5544/test node Playlist skip 0
main debug: resyncing on rtsp://my_server_ip:5544/test
main debug: rtsp://my_server_ip:5544/test is at 3
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'rtsp://my_server_ip:5544/test'
main debug: thread started
main debug: thread (input) created at priority 1 (../.././src/input/input.c:214)
main debug: using timeshift granularity of 50 MiB
main debug: using timeshift path 'C:\Users\RPARDR~1\AppData\Local\Temp'
main debug: `rtsp://my_server_ip:5544/test' gives access `rtsp' demux `' path `my_server_ip:5544/test'
main debug: creating demux: access='rtsp' demux='' path='emy_server_ip:5544/test'
main debug: looking for access_demux module: 1 candidate
qt4 debug: IM: Setting an input
live555 debug: RTP subsession 'audio/MPEG4-GENERIC'
main debug: selecting program id=0
live555 debug: RTP subsession 'video/H264'
live555 debug: setup start: 0.000000 stop:0.000000
live555 debug: We have a timeout of 60 seconds
live555 debug: spawned timeout thread
live555 debug: play start: 0.000000 stop:0.000000
main debug: using access_demux module "live555"
main debug: TIMER module_need() : 1143.000 ms - Total 1143.000 ms / 1 intvls (Avg 1143.000 ms)
main debug: looking for decoder module: 34 candidates
main debug: using decoder module "faad"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: thread started
main debug: thread (decoder) created at priority 2 (../.././src/input/decoder.c:301)
main debug: looking for decoder module: 34 candidates
avcodec debug: libavcodec already initialized
avcodec debug: trying to use direct rendering
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
main debug: using decoder module "avcodec"
main debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main debug: looking for packetizer module: 21 candidates
packetizer_h264 debug: found NAL_SPS (sps_id=0)
packetizer_h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "packetizer_h264"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: thread started
main debug: thread (decoder) created at priority 0 (../.././src/input/decoder.c:301)
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in C:\Users\rpardridge\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.lua
main debug: no meta reader 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: `rtsp://my_server_ip:5544/test' successfully opened
live555 warning: no data received in 10s. Switching to TCP
main debug: thread times: real 0m10.670066s, kernel 0m0.000000s, user 0m0.000000s
main debug: removing module "faad"
main debug: killing decoder fourcc `mp4a', 0 PES in FIFO
main debug: thread times: real 0m10.669066s, kernel 0m0.015600s, user 0m0.000000s
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
main debug: removing module "avcodec"
main debug: killing decoder fourcc `h264', 0 PES in FIFO
main debug: removing module "packetizer_h264"
main debug: Program doesn't contain anymore ES
live555 debug: RTP subsession 'audio/MPEG4-GENERIC'
live555 error: SETUP of'audio/MPEG4-GENERIC' failed 461 Unsupported transport
live555 debug: RTP subsession 'video/H264'
live555 error: SETUP of'video/H264' failed 461 Unsupported transport
live555 debug: setup start: 0.000000 stop:0.000000
live555 error: Nothing to play for rtsp://my_server_ip:5544/test
live555 error: TCP rollover failed, aborting
main debug: EOF reached
main debug: finished input
main debug: removing module "live555"
main debug: thread ended
main debug: dead input
main debug: thread times: real 0m13.204320s, kernel 0m0.000000s, user 0m0.062400s
main debug: changing item without a request (current 3/4)
main debug: nothing to play
qt4 debug: IM: Deleting the input
main debug: TIMER input launching for 'rtsp://my_server_ip:5544/test' : 1148.000 ms - Total 1148.000 ms / 1 intvls (Avg 1148.000 ms)