Re: [Live-devel] how to add arbitrary data to an MPEG2 transport stream

2019-08-12 Thread Ross Finlayson


> On Aug 12, 2019, at 6:05 AM, Hallmann, Dietmar  
> wrote:
> 
> I’m working on a project where I capture a video framebuffer, encode it with 
> NVIDIA encoder and stream it as an elementary h264/265 video stream via 
> live555 mpeg2 transport container. It works fine and it’s really fast with 
> negligible latencies.  I use an instance of MPEG2TransportStreamFromESSource 
> and add an elementary video stream by using addNewVideoSource. I saw that 
> this is possible for both video and audio elementary streams.
> Maybe it’s a stupid question and I don’t want to waste your time but is it 
> possible to add arbitrary data, for instance meta data, as a source to the 
> same container

Probably not with the existing code; it assumes that the streams being 
multiplexed into a Transport Stream are audio or video.

If we were to support adding a new type of stream to a Transport Stream, it 
would have to be something that’s been standardized (not some arbitrary, 
non-standard data).

An alternative would be to stream your H.264/H.265 video data as RTP, rather 
than packing it into a Transport Stream.  Then, if your metadata is textual 
(timed text), then you could also stream it as RTP, using our “T140TextRTPSink” 
class.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


[Live-devel] how to add arbitrary data to an MPEG2 transport stream

2019-08-12 Thread Hallmann, Dietmar
Hi Ross,

I'm working on a project where I capture a video framebuffer, encode it with 
NVIDIA encoder and stream it as an elementary h264/265 video stream via live555 
mpeg2 transport container. It works fine and it's really fast with negligible 
latencies.  I use an instance of MPEG2TransportStreamFromESSource and add an 
elementary video stream by using addNewVideoSource. I saw that this is possible 
for both video and audio elementary streams.
Maybe it's a stupid question and I don't want to waste your time but is it 
possible to add arbitrary data, for instance meta data, as a source to the same 
container and if what methods/classes should I use?

Thanks in advance

Dietmar


The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


Re: [Live-devel] the value of DeltaTfiDivisor when close frame_field_info_present_flag in H265

2019-08-12 Thread Ross Finlayson


> On Aug 12, 2019, at 1:22 AM, Ross Finlayson  wrote:
> 
> Thanks for the note.  Could you please provide (a URL to) a short H.265 
> Elementary Stream video file that illustrates this problem, so we can use 
> this when testing/reviewing our code?

You can ignore this request.  I now understand the problem, and have just 
released a new version (2019.08.12) of the code that should fix the problem.  
(If it still doesn’t work, then please let us know.)

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


Re: [Live-devel] the value of DeltaTfiDivisor when close frame_field_info_present_flag in H265

2019-08-12 Thread Ross Finlayson
Thanks for the note.  Could you please provide (a URL to) a short H.265 
Elementary Stream video file that illustrates this problem, so we can use this 
when testing/reviewing our code?


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel