Page 1 of 1

receive a stream with rtp

Posted: 03 Nov 2008 12:35
by developer
hi friends,

how can i receive data from a stream with rtp ?

when i try to do this, i get an error like that,

1. access module error,
2. could not access requested address and port

what is the problem ?

thanks for your advice and heps.

Re: receive a stream with rtp

Posted: 03 Nov 2008 13:02
by silvara
could you write the error logs of vlc and the command you are using.

Re: receive a stream with rtp

Posted: 03 Nov 2008 13:30
by developer
that is the error log from vlc,

main error : socket bind error ( cannot assign requested address )
main error : no access module matched "rtp"
main error : open of "rtp://@........ :8080" failed. Could not create access : no access module matched "rtp"

i m try to stream a video with vlc and receive it with rtp, it is working properly on local loop, but when i try to reach that stream from different machine,
i m getting errors, that is above.

thanks your advice and helps.

Re: receive a stream with rtp

Posted: 03 Nov 2008 16:12
by developer
any idea ? :?: :-|

Re: receive a stream with rtp

Posted: 03 Nov 2008 21:11
by developer
i used gui to streaming and receiving.

any idea can be helpful,

thanks for your advice and helps.

Re: receive a stream with rtp

Posted: 03 Nov 2008 21:34
by szhdyn
Hi.

Could you share your code?

Thanks,
Serhiy.

Re: receive a stream with rtp

Posted: 04 Nov 2008 08:43
by developer
hi friends,

i do not use any codes, or command line arguments, or command, etc. :(

i use only orginal vlc gui both side of computers,

first computer stream a video with rtp, and second computer receive that streaming video,

problem is that, when i try to receive that streaming,

i get errors like that, ( from vlc log file )

main error : socket bind error ( cannot assign requested address )
main error : no access module matched "rtp"
main error : open of "rtp://@........ :8080" failed. Could not create access : no access module matched "rtp"

thanks your advice and helps.

Re: receive a stream with rtp

Posted: 04 Nov 2008 13:26
by VLC_help
Could you tell us how do you try to open the stream? Because cannot assign requested address might tell you, that you are doing something else that trying to watch stream.

Re: receive a stream with rtp

Posted: 04 Nov 2008 13:46
by developer
i m trying to open stream from network using vlc gui. :cry:

( vlc -> media -> network -> protocol, address, port ).

i used rtp protocol.

it is working properly when i try it on local loop or own my ip address and port.

but when i try from different computers, that is also on my network, i get those of errors.

if my answer not meaningful to problem, i can get screenshot from vlc and post here.

thanks for your helps and advices.

Re: receive a stream with rtp

Posted: 05 Nov 2008 14:27
by VLC_help
If you are behind NAT, are you using local IPs?

Re: receive a stream with rtp

Posted: 05 Nov 2008 15:13
by Jony
I am not behind a nat or a router, its local and i have the same issue.

heres the streaming code i tried: :sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=rtp{dst=10.*.*.*,mux=ts,port=1234}}

Re: receive a stream with rtp

Posted: 06 Nov 2008 10:45
by developer
i used local ip.

how can i do ?

Re: receive a stream with rtp

Posted: 06 Nov 2008 15:35
by VLC_help
I meant for client connecting to server (so use IP adress starting with 10.* or 192.168.* when you connect to another computer). And I suggest http instead of rtp in normal home network environment.

Re: receive a stream with rtp

Posted: 06 Nov 2008 16:06
by developer
I meant for client connecting to server (so use IP adress starting with 10.* or 192.168.* when you connect to another computer). And I suggest http instead of rtp in normal home network environment.
thanks for your advice,

when i try to use it http, it gives an error like that:

access_http error: insecure redirection ignored
main error: cannot pre fill buffer
access_directory error: localstart.asp: No such file or directory

and etc.

why i m getting that errors, this must not be hard like that :?

Re: receive a stream with rtp

Posted: 07 Nov 2008 19:07
by VLC_help
localstart.asp? How do you try to open the stream?