Project

General

Profile

Feature #4637

SAT>IP: profile support with a "SAT>IP Server" output.

Added by Mono Polimorph about 7 years ago. Updated about 7 years ago.

Status:
New
Priority:
Normal
Category:
SAT>IP
Target version:
-
Start date:
2017-09-29
Due date:
% Done:

0%

Estimated time:

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

#1

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).

#2

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!

Also available in: Atom PDF