Search found 4 matches

Go to advanced search

by moorglade
17 Feb 2010 14:14
Forum: VLC stream-output (sout)
Topic: Segmentation fault when forwarding an RTSP stream.
Replies: 5
Views: 1651

Re: Segmentation fault when forwarding an RTSP stream.

Well, I don't know much about valgrind, but I tried some further debugging. In SDPGenerate (rtp.c, line ~721): if( p_sys->es[0]->listen_fd != NULL ) getsockname( p_sys->es[0]->listen_fd[0], (struct sockaddr *)&dst, &dstlen ); else getpeername( p_sys->es[0]->sinkv[0].rtp_fd, (struct sockaddr ...
by moorglade
16 Feb 2010 08:39
Forum: VLC stream-output (sout)
Topic: Segmentation fault when forwarding an RTSP stream.
Replies: 5
Views: 1651

Re: Segmentation fault when forwarding an RTSP stream.

Sorry, I didn't know about that. With gdb I was able get the following backtrace: #0 SDPGenerate (p_stream=0x80ef230, rtsp_url=0xb787dfe0 "rtsp://127.0.0.1:19350/out") at rtp.c:718 #1 0x001a6856 in RtspHandler (rtsp=<value optimized out>, id=<value optimized out>, cl=0x810cd00, answer=0x81...
by moorglade
15 Feb 2010 11:06
Forum: VLC stream-output (sout)
Topic: Segmentation fault when forwarding an RTSP stream.
Replies: 5
Views: 1651

Segmentation fault when forwarding an RTSP stream.

I'm trying to forward an RTSP stream with VLC 1.0.3 on Linux (Debian sid) using the following command: vlc rtsp://192.168.16.13:11098/out --sout "#rtp{dst=192.168.19.9,port=11098,sdp=rtsp://192.168.19.9:11098/out}" It works well if I wait a few seconds before trying to connect to the outpu...
by moorglade
01 Jun 2009 15:32
Forum: VLM
Topic: Pushing streams to VLM
Replies: 0
Views: 659

Pushing streams to VLM

I would like to know if it's possible to stream a video to a VLM server without knowing the source's IP address (i.e. the source is behind NAT or sth). In other words, is there any equivalent of Windows Media Services' publishing points, where I can "push" a stream from the source to the s...

Go to advanced search