Okay, here are the steps I took and the error log that was returned.
- File -> Wizard
- Stream to Network
- Select a Stream (htt://192.168.10.12:8080/RecordedTv\Converted_Mpeg)
- UDPUnicast - Entered address of 192.168.10.11 (client machine)
- MPEG TS (only option available)
- TTL = 5 and set SAP to GiveMeVideo
Here are the messages that were return:
wxwidgets debug: Starting stream of
http://192.168.10.12:5554/RecordedTV/Converted_Mpeg to 192.168.10.11 using rtp, encap ts
main debug: adding playlist item `Streaming/Transcoding Wizard' (
http://192.168.10.12:5554/RecordedTV/Converted_Mpeg )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4076 (input) created at priority 1 (input/input.c:260)
main debug: stream=`standard'
main debug: looking for sout stream module: 1 candidate
main debug: set sout option: sout-standard-mux to ts
main debug: set sout option: sout-standard-dst to 192.168.10.11
main debug: set sout option: sout-standard-access to rtp
main debug: set sout option: sout-standard-sap to (null)
main debug: set sout option: sout-standard-name to Video
stream_out_standard debug: creating `rtp/ts://192.168.10.11'
stream_out_standard debug: extention is 11
stream_out_standard debug: extention -> mux=(null)
stream_out_standard debug: using `rtp/ts://192.168.10.11'
main debug: looking for sout access module: 1 candidate
main debug: net: connecting to 192.168.10.11 port 1234
main debug: thread 4108 (sout write thread) created at priority 15 (udp.c:268)
access_output_udp debug: udp access output opened(192.168.10.11:1234)
main debug: using sout access module "access_output_udp"
stream_out_standard debug: access opened
main debug: looking for sout mux module: 1 candidate
mux_ts debug: shaping=200000 pcr=70000 dts_delay=400000
main debug: using sout mux module "mux_ts"
main debug: muxer support adding stream at any time
stream_out_standard debug: mux opened
stream_out_standard: SAP Enabled
main debug: registering announce
main debug: adding SAP session
main debug: using SAP address: 224.2.127.254
main debug: Generated SDP (172 bytes):
v=0
o=- 295153406000 2802 IN IP4 192.168.10.12
s=Video
t=0 0
c=IN IP4 192.168.10.11/1
m=video 1234 RTP/AVP 33
a=tool:vlc 0.8.5-test1-20060317-0002
a=type:broadcast
main debug: Addresses: 1 Sessions: 1
main debug: using sout stream module "stream_out_standard"
main debug: `
http://192.168.10.12:5554/RecordedTV/Converted_Mpeg' gives access `http' demux `' path `192.168.10.12:5554/RecordedTV/Converted_Mpeg'
main debug: creating demux: access='http' demux='' path='192.168.10.12:5554/RecordedTV/Converted_Mpeg'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "http"
main debug: creating access 'http' path='192.168.10.12:5554/RecordedTV/Converted_Mpeg'
main debug: looking for access2 module: 7 candidates
access_http debug: http: server='192.168.10.12' port=5554 file='/RecordedTV/Converted_Mpeg
main debug: net: connecting to 192.168.10.12 port 5554
main debug: connection in progress
main debug: select timed out
main error: Connection to 192.168.10.12 port 5554 failed: Connection timed out
access_http error: cannot connect to 192.168.10.12:5554
main debug: net: connecting to 192.168.10.12 port 5554
main debug: connection in progress
main debug: select timed out
main error: Connection to 192.168.10.12 port 5554 failed: Connection timed out
access_http error: cannot connect to 192.168.10.12:5554
main debug: net: connecting to 192.168.10.12 port 5554
main debug: connection in progress
main debug: select timed out
main error: Connection to 192.168.10.12 port 5554 failed: Connection timed out
access_mms error: cannot connect to 192.168.10.12:5554
vcd debug: trying .cue file: 192.168.10.cue
access_file warning: 192.168.10.12:5554/RecordedTV/Converted_Mpeg: No such file or directory
cdda debug: trying .cue file: 192.168.10.cue
cdda warning: could not open 192.168.10.12:5554/RecordedTV/Converted_Mpeg
main warning: no access2 module matching "http" could be loaded
main error: no suitable access module for `
http://192.168.10.12:5554/RecordedTV/Converted_Mpeg'
main debug: destroying chain... (name=standard)
main debug: unregistering announce
main debug: removing SAP announce 012656D8
main debug: 0 announcements remaining
main debug: removing module "mux_ts"
access_output_udp debug: packet has been sent too late (295168215000)
main debug: thread times: real 0m15.140625s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4108 joined (udp.c:316)
access_output_udp debug: udp access output closed
main debug: removing module "access_output_udp"
main debug: removing module "stream_out_standard"
main debug: destroying chain done
main debug: thread times: real 0m15.250000s, kernel 0m0.046875s, user 0m0.015625s
main debug: thread 4076 joined (input/input.c:402)
main warning: Unable to find parent !
main: nothing to play
I don't understand why the connection is timing out. I went into ZoneAlarm and set the VLC programs for full access as servers. I am running the vlc-0.8.5-test2-win32.exe build on my server machine. Should I uninstall and go back to 8.4?
Thank you,
Doug