Hi Ross,
I am thinking of implementing a back to back server and client from
the library acting as a proxy. I would like to ask for some
points/ideas how is it possible or if has anyone implement rtsp *only*
proxy, meaning the accompanying rtp would not be flowing through the
proxy but instead di
> have DVD video, there are VIDEO_TS and AUDIO_TS dir containing .vob and
>other files. How i convert it to .ts (MPEG Transport Stream).
".vob" files are just MPEG Program Stream files. Therefore, you can
convert each one into a Transport Stream file using our demo
application "testMPEG1or2Pro
>How would I transfer control of the sending of messages to the
>DirectShow pipeline i.e. every time a frame arrives in my DirectShow
>filter I want to send an RTP packet instead of the letting the
>aforementioned event loop of the live library schedule events?
You can't - you must use the even
Hi,
have DVD video, there are VIDEO_TS and AUDIO_TS dir containing .vob and
other files. How i convert it to .ts (MPEG Transport Stream).
Any help appreciated.
Swapnil Jain
Indore
___
live-devel mailing list
live-devel@lists.live555.com
http://lists
Hi Ross,
Thanks for your previous feedback, it's helped me get up and running quickly ;)
Following your advice I've managed to do the following:
I've written an RTP server and client based on the testMp3Streamer examples in
which I'm just streaming a bunch of random data from the server to the cl
double ha scritto:
> Hi,
>
> The Vatican CTV live stream - rtsp://212.77.7.133:80/h264lan.sdp
> does not work with openRTSP.
>
> On the vatican homepage there is a note, that VLC media player
> should play them, but it does not.
If you remove :80 it plays ok with vlc 0.8.6b on windows, maybe htt