Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th December 2009, 21:27   #1  |  Link
vova254
Registered User
 
Join Date: Jun 2009
Location: Moscow
Posts: 9
Playback of low frame rate stream

We have met with some difficulties while playing back an mms stream. Brief description:
The stream was either:

(mencoder)h264 1920x1080 @ 1fps
(mencoder)mjpeg 1920x1080 @ 1fps
.
.
.
(mencoder)h264 1920x1080 @ 0.1fps
(mencoder)mjpeg 1920x1080 @ 0.1fps

Here a sample of mencoder script:

Code:
mencoder -vf pp=l5 -frames 20 -ovc lavc -lavcopts vcodec=mjpeg:mbd=1:vbitrate=100 -ofps 0.1 -oac faac -faacopts br=32:mpeg=4 mmsh://some_ip:8080 -o 01fpsvideo.ts
then this video is live streamed with vlc:

Code:
vlc 01fpsvideo.ts --loop :sout=#duplicate{dst=std{access=mmsh,mux=asfh,dst=:8080}}
And an observation as follows:

when streaming an 1fps stream mplayer or vlc playback the stream normally:

Code:
mplayer mmsh://some_ip:8080
Code:
vlc mmsh://some_ip:8080
and when streaming an 0.1fps stream both mplayer and vlc fails to playback it:

mplayer says "no video" with partial bufferization while playing back audio
and vlc says nothing, plays audio, but no video as well.

The threshold we've found is exactly 1 fps.

Could anyone advise some encode/playback options to achive lower framerates?
vova254 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.