View Single Post
  #1  
Old 09-04-2013, 12:57 PM
denkpause denkpause is offline
Junior Member
 
Join Date: Aug 2013
Posts: 2
denkpause is on a distinguished road
Default

rtmpdump streaming with various speeds in vlc


Hi



When I increase the play-speed from a stream in vlc from 1.0 to 1.27, then the stream gets jerky after a while.

I get the rtmpstream via rtmpdum and pipe it to vlc.

What can you do now to get a perfect stream even if play-speed is 1.27 or higher.


I tried to increase the buffer in rtmpdump like

Code:
-b "72000000"
But this does not seem to do anything.


Then also I tried to increase the buffer in vlc from 300ms to up 2000ms.

And this doesnt solve my problem, too.

Am I doing something wrong with increasing the buffer, or which buffer do i have to increase?

Or what do you have to do here?

Also when i decrease the play-speed of the stream from 1.0 to 0.6, then afterwhile I a packet_body error in rtmpdump and the stream stops.

What can you do when you want to watch the stream with decreased speed, please?
Reply With Quote