1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
dhead666 48e36f8a12 libavformat/mpegtsenc: allow to set service_type in sdt
This adds an option to set the service type in mpegts as defined in ETSI 300 468.

I added what I believe are the most useful service types as pre defined values,
the others can be sent by using their hexdecimal form directly (e.g. -mpegts_service_type digital_radio, -mpegts_service_type 0x07).

I've been using this patch in order to pipe internet radio stream (originally as HLS/m3u8) from ffmpeg to tvheadend,
when the service type set right tvheadend recognize the mpegts stream as a radio channel.

The patch in its original form was written by linuxstb from freenode's hts channel which allowed me pushing it upstream.

This close issue 4118.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-02 22:02:26 +01:00
..
2015-01-12 01:18:01 +01:00
2015-01-07 17:17:33 -09:00
2015-01-07 17:17:33 -09:00
2015-01-31 12:01:54 +00:00
2014-12-01 00:31:06 +01:00
2015-01-12 09:32:06 -09:00
2015-02-02 05:04:14 +01:00
2014-12-01 00:31:06 +01:00
2014-11-22 02:09:09 +01:00
2015-02-02 05:04:14 +01:00