0.8.5 VLM control VOD NATTING?

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
Guest

0.8.5 VLM control VOD NATTING?

Postby Guest » 12 Dec 2005 08:21

Hello

thanks for making a great product. I have been working with 0.8.4 and everything has been as advertised. I am trying to setup VOD from my home PC which runs through an isp's cable modem. When I reference anything on my home network form out side I always use the address of the cable modem and then have my linksys cable router forward those requests to the correct pc on my home network.

I setup up the VOD and give it a source and all is well. but when I try to access it from outside my home network I get thisfrom my client outside the network:

main debug: creating new input thread
main debug: waiting for thread completion
main debug: `rtsp://24.254.200.149:8020/vid' gives access `rtsp' demux `' path `24.254.200.149:8020/vid'
main debug: creating demux: access='rtsp' demux='' path='24.254.200.149:8020/vid'
main debug: looking for access_demux module: 1 candidate
main debug: thread 3704 (input) created at priority 1 (src/input/input.c:230)
livedotcom debug: sdp=v=0
o=- 154380121742 1 IN IP4 144.235.1.102
t=0 0
a=tool:vlc 0.8.5-svn-20051212-0000
c=IN IP4 0.0.0.0


livedotcom error: PLAY failed No RTSP session is currently in progress

main warning: no access_demux module matching "rtsp" could be loaded
main debug: creating access 'rtsp' path='24.254.200.149:8020/vid'
main debug: looking for access2 module: 5 candidates
main debug: net: connecting to 24.254.200.149 port 8020
main debug: connection in progress
access_realrtsp debug: rtsp connected
access_realrtsp debug: only real/helix rtsp servers supported for now
vcd debug: trying .cue file: 24.254.200.cue
access_file warning: 24.254.200.149:8020/vid: No such file or directory
cdda debug: trying .cue file: 24.254.200.cue
cdda warning: could not open 24.254.200.149:8020/vid
main warning: no access2 module matching "rtsp" could be loaded
main error: no suitable access module for `rtsp://24.254.200.149:8020/vid'
main debug: thread times: real 5m54.531250s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 3704 joined (src/input/input.c:386)
main: nothing to play


The 144.235.1.102 is the internal address and

24.254.200.149 is the address of the cable modem

I see this

o=- 154380121742 1 IN IP4 144.235.1.102
t=0 0
a=tool:vlc 0.8.5-svn-20051212-0000
c=IN IP4 0.0.0.0
which looks like and LDAP hierarchy. I suppose the client asks for 24.254.200.149 and then is returned by VLM with 144.235.1.102 and gets confused. The RTSP is bound to 144.235.1.102 and not on 24.254.200.149. Is there a way to change the o= to the cable modems address. Not sure if that is the way to go.

I started vlm at the command line using the cable modems address and I was not able to create any broadcast or vod objects.

Anyway thanks for all your hard work. I was surprised to see the VLM manager in the wx interface NICE!!! When will it be complete?

Joe McCaffrey
Raytheon

v80z
New Cone
New Cone
Posts: 2
Joined: 12 Dec 2005 08:05

Postby v80z » 12 Dec 2005 08:22

Sorry

I made the above entry whilst I was not logged in. My apologies!

Grumpa

VOD Primer

Postby Grumpa » 12 Dec 2005 11:17

Joe McCaffrey: Greetings. Would you consider putting together a simple "How-To VOD From Home" primer when you are up and running. I for one am frustrated trying to get VOD to work from home - maybe I can't. For me the existing "how-to's" are too verbose, seem to require a lot of background, somewhat beyond using the GUI. and difficult to translate into simple steps. If you can find the time, and have the inclination I am sure it would be appreciated. Thank you.

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 12 Dec 2005 15:29

VLC VoD server does not yet support RTP over RTSP which you need when you are behind a NAT'ed IP address.
Don't use PMs for support questions.

v80z
New Cone
New Cone
Posts: 2
Joined: 12 Dec 2005 08:05

Postby v80z » 12 Dec 2005 20:32

Thanks DJ. I was working at home trying to get it going and here are the results: No suitable access module:

main debug: creating new input thread
main debug: waiting for thread completion
main debug: `rtsp://144.235.1.102:8020/vid' gives access `rtsp' demux `' path `144.235.1.102:8020/vid'
main debug: Enforce demux ` playlist'
main debug: creating access 'rtsp' path='144.235.1.102:8020/vid'
main debug: looking for access2 module: 5 candidates
main debug: thread 3648 (input) created at priority 1 (src/input/input.c:230)
main debug: net: connecting to 144.235.1.102 port 8020
main debug: connection in progress
access_realrtsp debug: rtsp connected
access_realrtsp debug: only real/helix rtsp servers supported for now
vcd debug: trying .cue file: 144.235.1.cue
access_file warning: 144.235.1.102:8020/vid: No such file or directory
cdda debug: trying .cue file: 144.235.1.cue
cdda warning: could not open 144.235.1.102:8020/vid
main warning: no access2 module matching "rtsp" could be loaded
main error: no suitable access module for `rtsp://144.235.1.102:8020/vid'
main debug: thread times: real 0m0.751080s, kernel 0m0.000000s, user 0m0.010014s
main debug: thread 3648 joined (src/input/input.c:386)
main: nothing to play

Any ideas DJ. I am stumped at this point. I am using a .wmv file as the source for the vod.

ALL
as soon as I get the process down I will be happy to post an easy how to in laymans term.

donnapaul
Blank Cone
Blank Cone
Posts: 13
Joined: 24 Jun 2006 23:17

Postby donnapaul » 29 Jun 2006 05:01

Did you ever resolve this?
I have the same situation.
Thanks

fan

Postby fan » 08 Aug 2006 02:38

hi,

i had the same errors ( i.e. main error: no suitable access module for 'rtsp://****' )
using vlc on freebsd and solved it by reinstalling the graphic libraries (wx-gtk).
i hope it helps


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 5 guests