Jump to content


Xerius

Member Since 7 Jun 2012
Offline Last Active 08 Jul 2019 22:08
-----

Topics I've Started

reached EOF, but we are in stream mode. delaying 1 second.

9 August 2012 - 12:18

Dear,

i'm looking few day for a solution to delay the stream to a higher value (such as 3 seconds)
But no luck.
If i look to the enigma2 source i see a file named filepush.cpp in /lib/base.

I found the code that delays the stream.
   if (m_stream_mode)
   {
    eDebug("reached EOF, but we are in stream mode. delaying 1 second.");
    sleep(1);
    continue;
   }
   break;

I need to change it like this.
   if (m_stream_mode)
   {
    eDebug("reached EOF, but we are in stream mode. delaying 3 second.");
    sleep(3);
    continue;
   }
   break;

Is it possible to change it inside the Dreambox or must i compile a new Enigma2


Kind regards,
Xerius

Buffer RTSP streams

7 June 2012 - 11:26

Hallo allemaal,

Al enige tijd ben ik bezig om streaming voor elkaar te krijgen.
streamen met rtmp naar dreambox gaat 30 min goed en dat begint beeld te stotteren.
nu probeer ik met andere protocol RTSP dit over UDP begint gelijk met stotteren, trek ik de netwerk stekker uit dreambox wacht 1sec en druk het weer in de box, is de beeld wel vloeiend.
Mijn vraag is; kan ik de buffer tijd aanpassen in de dreambox?