[Live-devel] What source should I use to capture a MPEGTS stream?
Pushkar Pradhan
pushkar at ipvideosys.com
Wed Mar 19 23:04:58 PDT 2008
Yes it is indeed not RTP, I've conformed this with the server side
developer.
Will try with BasicUDPSource.
Thanks,
pushkar
-----Original Message-----
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Wednesday, March 19, 2008 9:49 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] What source should I use to capture a MPEGTS
stream?
>I'm trying to play a MPEGTS stream (sending both audio video on same
>port), by creating a SimpleRTPSource.
>I figured out that SimpleRTPSource was the right choice by looking at
>the Boolean MediaSubsession::initiate(int useSpecialRTPoffset)
function.
>
>However, MultiFramedRTPSource::networkReadHandler which parses the RTP
>header breaks out of the loop because the RTP header is not version 2:
Then perhaps your stream is not using RTP? I.e., perhaps it is a MPEG
Transport Stream being sent over raw UDP, rather than RTP/UDP?
If that's the case, then you just use a "BasicUDPSource", not a
"*RTPSource".
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
More information about the live-devel
mailing list