Posts by jtc2005

    First of all, start a new thread.

    For stream relay, best is to include ECM pid in stream, then ecm delay, pmt mode do not affect anything. Pid limiter is not used for stream relay. (yet...)

    Need logs, but also have no idea what the "moded" code is, so that would be helpf

    the moded coded is to allow astra to serve streams.

    eg:


    - "Connection: keep-alive\n\n", stream_path, emu_stream_source_host, emu_stream_source_port, emu_stream_source_auth);

    + "Connection: keep-alive\r\n\r\n", stream_path, emu_stream_source_host, emu_stream_source_port, emu_stream_source_auth);

    i will start a new thread and post sources.


    the ecm pid is obviously included in the stream otherwise wont decrypt.


    oscam logs are only showing EMM and user con/disc messages.


    2017/12/11 19:50:53 00000000 (emu) Stream client 6 connected
    2017/12/11 19:50:53 00000000 (emu) Stream client 6 request /1:0:0:89
    2017/12/11 19:51:57 00000000 (emu) Key found in EMM: P 000A**** 00


    but doesnt show ecm messages. (full log is on)

    Hardware: dual xeon (12 cores), 32GB ram, TBS6909

    SOFTWARE: OSCAM r762 (with moded module-emulator-stream.c to work with astra, Astra for DVB>TS HTTP), UBUNTU 16 64, FFMPEG.

    The EMM key is valid and autoroll working fine. The setup is working fine, but there is a glitch a small glitch every minute.


    The setup is like this: (CPU USAGE @ 13%)

    ASTRA(tbs6909) --> OSCAM (stream relay) --> FFMPEG


    i tried all settings in stream relay and did lots of isolation testing. FTA channel on this hardware do not pixelate.


    TESTS MADE:

    1. tried single channels, full transponder, pid filtering etc.

    2. increase http buffers, increase sysctl

    3. change ecm delay in oscam, pid limits, pmt modes etc.

    4. astra->oscam-> ts file record. (still pixelation in ts file)


    All of the above tests could not change the pixelation.


    Any Ideas?