Closed GoogleCodeExporter closed 9 years ago
Hi,
for the first tests I will have to exclude the audio if the master frame rate is setted to 60 ...
Don't know much about 60 fps playback ...
karl
Original comment by soylent...@gmail.com
on 19 May 2014 at 7:04
Hi Karl,
Do you mean audio taken from the camera?
If so, in my application that would be totally fine as I'm not using the camera
audio (yet).
I'm planning to use multiple camera feeds and a single (separate) audio input.
Since the events I'm trying to cover are highly dynamic in motion, frame-rate
is important; even more important than resolution. In balancing network
limitations, I'd rather stream somewhat lower resolution with higher frame-rate.
If you have a version to try the higher frame-rate without audio, please let me
know.
Cheers,
RJ
Original comment by skickm...@gmail.com
on 31 May 2014 at 11:02
Hi RJ,
the fact is that WS mixer can't handle up to 30 fps for all kind of streams ...
If you try to transcode WS UDP output to 60 fps with avconv, cvlc or GStreamer
command line?
I will do some test and let you know.
Thanks.
karl
Original comment by soylent...@gmail.com
on 1 Jun 2014 at 6:12
Hi RJ,
maybe i got something ...
In WebcamStudio set the fps to 30, add a video source and start "UDP Mpeg2 Out".
Open a terminal and type:
gst-launch-1.0 udpsrc uri="udp://127.0.0.1:7000" ! tsdemux name=demux demux. !
queue max-size-buffers=0 max-size-time=0 ! mpegvideoparse ! mpeg2dec ! tee
name=t_vid ! queue max-size-buffers=0 max-size-time=0 ! videoconvert !
videoscale ! videorate ! video/x-raw, format=RGB, width=720, height=480,
framerate=60/1 ! videoconvert ! fpsdisplaysink name=fpssink
video-sink=xvimagesink signal-fps-measurements=true t_vid. demux. ! queue
max-size-buffers=0 max-size-time=0 ! mpegaudioparse ! flump3dec ! audioresample
! audio/x-raw, format=S16LE, channels=2, rate=48000 ! audioconvert ! alsasink
Should display WS output and the current 60 fps.
From this you can modify the gst-launch pipe to output to a different
destination than the screen.
Let me know.
Thanks.
karl
Original comment by soylent...@gmail.com
on 1 Jun 2014 at 9:13
No activity in the last six months.
Original comment by soylent...@gmail.com
on 9 Dec 2014 at 4:30
Original issue reported on code.google.com by
skickm...@gmail.com
on 18 May 2014 at 10:00