>The video data being received over the socket would need to be written
>to a file as well as sent to the indexing object.
Is your incoming Transport Stream data (received over a socket) raw
data, rather than RTP-encapsulated data? If so, I would just handle
this using pipes and (e.g.) the Unix
-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson
Sent: Thursday, July 26, 2007 5:19 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] MPEG2TransportStreamIndexer Question
>Within the MPEG2TransportStreamIndexer's main, is there an
>Within the MPEG2TransportStreamIndexer's main, is there an existing
>class that could replace the ByteStreamFileSource that would receive its
>video data off a UDP socket instead of reading from a file?
IMHO, it doesn't make any sense to apply the indexing algorithm to
anything but a file, becau
Ross,
Within the MPEG2TransportStreamIndexer's main, is there an existing
class that could replace the ByteStreamFileSource that would receive its
video data off a UDP socket instead of reading from a file?
"FramedSource* input = ByteStreamFileSource::createNew(*env,
inputFileName, TRANSPORT_PAC