Great, thanks Ross
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Original Message
From: Ross Finlayson
Sent: 20 June 2014 22:21:38 GMT+01:00
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Transport Stream PAT/PMT Pro
> Attached is a small patch to MPEG2TransportStreamMultiplexor.cpp that allows
> OUR_PROGRAM_NUMBER to be defined externally. This allows the Program Number
> used in the program association table and program map table be set to a
> number other than 1.
>
> Can you consider it for inclusion in
Hi Ross,
Attached is a small patch to MPEG2TransportStreamMultiplexor.cpp that
allows OUR_PROGRAM_NUMBER to be defined externally. This allows the
Program Number used in the program association table and program map
table be set to a number other than 1.
Can you consider it for inclusion in
Michael,
Thanks for the note.
The main goal in writing this code was to produce Transport Streams that could
be played OK by software media players (for example, VLC). It would not be
surprising, therefore, if the resulting Transport Streams did not conform to
the strict timing requirements r
Hi,
I am working on getting LIVE555 to generate a stable transport stream from a
H.264 source with high VBR. Our CODEC generates P frames much smaller and
with high variance compared to I frames. The problems I have are as follows:
1. I am using testH264VideoToTransportStream to generate the TS
2
I'm trying to create a tsx file with
MPEG2TransportStreamTrickPlay.exe...My file names "sample.ts"
After I run the following code in the comand line window
"MPEG2TransportStreamIndexer sample.ts" appear this error message
writing index file "sample.tsx" ...bad TS sync byte :0x0...done and
when I
Hello to you all,
I'm trying to create a tsx file with MPEG2TransportStreamTrickPlay.exe...My
file names "sample.ts"
After I run the following code in the comand line window
"MPEG2TransportStreamIndexer sample.ts" appear this error message
writing index file "sample.tsx" ...bad TS sync byte :0x0..