afterdawn.com > forums > digital video > video - software discussion > streaming mpeg-2 ts from http/rtp with directshow
Streaming MPEG-2 TS from http/rtp with DirectShow
chaz6
Newbie
25. September 2009 @ 04:18
Link to this message
I have a DVB-IP gateway , and I am able to watch channels (and read teletext) using VLC and mplayer, but I would also like to use directshow for watching and capturing. With Haali Splitter I can open stream files (.ts) saved from vlc, but I cannot watch the streams directly. Is there any directshow filter capable of opening MPEG-2 TS streams using unicast http or multicast rtp?
Example unicast http (from ffmpeg ):-
Input #0, mpegts, from 'http://192.168.87.83:8080/tv/dr1':
Duration: N/A, start: 5694.641133, bitrate: 15256 kb/s
Program 101
Stream #0.0[0x6f]: Video: mpeg2video, yuv420p, 704x576 [PAR 16:11 DAR 16:9], 15000 kb/s, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x79](dan): Audio: mp2, 48000 Hz, 2 channels, s16, 256 kb/s
Stream #0.2[0x83]: Data: 0x0006
Stream #0.3[0x87](dan): Subtitle: dvbsub Example multicast rtp:
Input #0, mpegts, from 'udp://239.1.72.1:3000':
Duration: N/A, start: 7101.561133, bitrate: 15256 kb/s
Program 101
Stream #0.0[0x6f]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 15000 kb/s, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x79](dan): Audio: mp2, 48000 Hz, 2 channels, s16, 256 kb/s
Stream #0.2[0x83]: Data: 0x0006
Stream #0.3[0x87](dan): Subtitle: dvbsub
This message has been edited since posting. Last time this message was edited on 25. September 2009 @ 04:19
afterdawn.com > forums > digital video > video - software discussion > streaming mpeg-2 ts from http/rtp with directshow