search for: videotestsrc

Displaying 4 results from an estimated 4 matches for "videotestsrc".

2009 Nov 18
2
Move listeners problems
Hi! I'm using Icecast 2.3.1 (xubuntu Hardy) and have problems moving listeners. I thought it had to do with the client, but now that I've tested cortado, mplayer and vlc I've begun to think it is actually the server. I'm using the web administration interface to move listeners, get '1' as result code but all clients hang after the buffer is empty. Any ideas/pointers?
2009 Nov 18
2
Move listeners problems
Thanks for responding! Yes, I'm using gstreamer and I'm simply broadcasting the test video source. The only difference between the mountpoints is the mount-option to the shout2send-sink, test.ogg and test2.ogg. BR, /Mathias gst-launch-0.10 videotestsrc \ ! stamp sync-margin=1 sync-interval=1 \ ! video/x-raw-yuv,width=640,height=480,framerate=10/1 \ ! queue \ ! ffmpegcolorspace \ ! theoraenc bitrate=768 \ ! queue2 max-size-buffers=1000 max-size-bytes=0 max-size-time=0 \ ! oggmux name=mux \ ! queue2 \ ! shout2sen...
2010 Jan 21
0
python-theora: some comments
...fails with Traceback (most recent call last): File "browse-video.py", line 4, in <module> t = theora.Theora(theora.test_files[2]) File "theora.pyx", line 209, in theora.Theora.__init__ (theora.c:1211) IOError: [Errno 2] No such file or directory: 'tests/videos/videotestsrc-720x576-16-15.ogg' When I build a debian package of python-theora should I download the test files manually? If not, how about modifying the API documentation to say that the test files are not normally distributed with the library? 2) t.get_frame_image() fails with Traceback (most recent ca...
2007 Mar 22
1
Integrating Swfdec and GStreamer
Hi, I've recently been looking at integrating Swfdec and GStreamer. There are some issues I'd like advice on. In order of importance for me: 1) Using GStreamer codecs Swfdec currently has a simple API for decoding data that looks like GstBuffer *decode_next_buffer (Decoder *dec, GstBuffer *input); [1] Which is used to decode video (VP6 and Sorensen Squeeze/H263 to RGBA) and audio