Feature #4637
SAT>IP: profile support with a "SAT>IP Server" output.
0%
Description
Hi,
I like to see support for target profiles (in fact for "MPEG-TS spawn/built-in") with the "SAT>IP Server" output.
I'll start to work on it. But it would be very interesting to have a little help, or get some advice. Anybody have any idea?
Thank you!
History
Updated by Jaroslav Kysela about 7 years ago
If you need this for transcoding, there must be mpeg-ts muxer on the end (which currently is only mpeg-ts/libav).
If you need this to alter the subscription parameters, the implementation should be easy (learn muxer_pass.c and/or muxer_libav.c to allow writes using the internal message system).
The 'MPEG-TS Spawn' profile uses a file-descriptor redirection (but it may be implemented using a pipe to return mpeg-ts data back to tvh).
Updated by Mono Polimorph about 7 years ago
Jaroslav Kysela wrote:
If you need this for transcoding, there must be mpeg-ts muxer on the end (which currently is only mpeg-ts/libav).
If you need this to alter the subscription parameters, the implementation should be easy (learn muxer_pass.c and/or muxer_libav.c to allow writes using the internal message system).
The 'MPEG-TS Spawn' profile uses a file-descriptor redirection (but it may be implemented using a pipe to return mpeg-ts data back to tvh).
Hi,
I need it for "transforming" the bitstream, from MPEG-TS to MPEG-TS (so, no transcoding).
My problem is "how to use profiles with the SAT>IP sever", not with the use of the profiles.
I can code this functionality, but I need to know where to start.
Thank you for your support!