Ubuntu :: Stream A Video Between Two 9.04 Stations Using GStreamer

Mar 23, 2010

I am trying to stream a video between two Ubuntu 9.04 stations using GStreamer. The following code is run on the emitting machine: Code: gst-launch videotestsrc ! queue ! ffenc_mjpeg ! udpsink port=5000 host=192.168.1.100 -v And the following on the receiving machine with IP 192.168.1.100: Code: gst-launch udpsrc port=5000 caps="image/jpeg, width=320, height=240, framerate=30/1" ! queue ! ffdec_mjpeg ! ximagesink sync=true -v Whatever the order I'm running them (emit first or receive first), I'm getting the following error once both are connected (I can see the Ethernet lights blinking):

ERROR*: element /GstPipelineipeline0/GstUDPSrc:udpsrc0*: internal error data flow. gstbasesrc.c(245: gst_base_src_loop (): /GstPipelineipeline/GstUDPSrc:udpsrc0: streaming task paused, reason not-negotiated (-4) Execution ended after 3191625000 ns.

View 3 Replies


ADVERTISEMENT

Ubuntu :: GStreamer Error: Gstreamer Encountered A General Stream Error (not All Flacs)

Mar 29, 2011

I was trying to convert a flac audio to mp3 using soundconverter & its failing with the error:

Quote:

GStreamer error: Gstreamer encountered a general stream error.

I should note that the flac is a rip of an actual Mono Vinyl disc. Am not exactly sure how that was done but I was interested in converting some those files to ogg & mp3. OGG conversion doesn't give any error.

Below is the result when launching soundconverter from the terminal & trying to convert the flac file(s) to mp3 (i just tried ogg to mp3 & the same error occurs):

Code:
$ soundconverter
SoundConverter 1.4.4
using Gstreamer version: 0.10.28, Python binding version: 0.10.18
using gio

[Code].....

View 6 Replies View Related

Ubuntu Multimedia :: Cheese Don't Show Live Stream But GStreamer Does?

Nov 10, 2010

I followed the instruction in the cheese help tutorial. The changes inGStreamer to produce the live stream in cheese "try changing from xvimagesinkto ximagesink or vice-versa.", only make both fail if changed to xvimagesink.As suggested here it goes the log...

Cheese 2.28.1
Probing devices with HAL...
Found device 041e:4051, getting capabilities...

[code]...

View 7 Replies View Related

Ubuntu :: Gstreamer Has Encountered A General Stream Error In Sound Converter

Dec 13, 2010

I've been trying to get soundconverter to work on ubuntu 10.10, I've checked I've got all the restricted packages installed, gone into synaptic and installed a bunch of gstreamer stuff, downloaded and compiled the latest version of soundconverter but whatever I do, the following happens:

1. open soundconverter

2. open file (wav)

3. set to convert to mp3 (default)

4. Click convert and instantly get the ever so helpful "general stream error" message!

View 2 Replies View Related

Software :: Totem Won't Play Ripped .wavs - GStreamer Encountered A General Stream Error

Apr 20, 2010

Hello. I use dvd::rip 0.98.10 to create .wav sound files from DVDs and then play them in Totem Movie Player 2.28.2 (using GStreamer 0.10.25) mainly because I like the visualizations. It always used to work, but a recent batch will not play. I get: GStreamer encountered a general stream error. I probably used a more recent version of dvd::rip for the ones which don't play. Both MPlayer and VLC Media player plays them without a problem and older rips play fine in Totem too. The Audio/Video properties of a 'faulty' file (as shown in Nautilus) are greyed out for codec, channels etc., whereas a 'good' file shows Audio properties as Uncompressed 16-bit PCM audio etc., but running soxi on a good or bad file gives the same (good) results. I'd like to get this working, without doing anything to the .wavs preferably, so I guess I need to do something to Gstreamer, but I'm really not sure how to proceed. I'm using Linux Mint 8 64bit (rt kernel) and very nice it is too.

View 1 Replies View Related

Ubuntu :: Current Video Stream Of Oil Leak In The Gulf But Page Of The Video Is Black?

Jul 16, 2010

I wanted to see the current video stream of oil leak in the gulf but when I go to the page the video is black. When I click on the video it give the error message Quote:

An Error Occurred: Could not write to resource. I am not sure what that means or how to fix it.

View 2 Replies View Related

Ubuntu Multimedia :: No Video From Gstreamer On H.624 .mp4s?

Apr 6, 2011

I had been having trouble with Banshee playing podcasts and it turned into a bigger problem. I use VLC so I hadn't noticed, but Totem (and Gstreamer as a whole) can't seem to play h.624 video. All I get is audio, even when I do a command like

gst-launch -v playbin uri=file:///path/to/video.mp4

(Well, now I get nothing, but more on that in a moment).

So I tried reinstalling Gstreamer, and I just tried updating to the Gstreamer Developer PPA. The only change that came from that is that now nothing happens instead of just hearing audio. I've attached the output.

I've gone into gstreamer-properties and tried every configuration. Each time I see the colored stripes and the snowy video corner, but it never seems to make a difference.

View 8 Replies View Related

Ubuntu Multimedia :: Make Video Fullscreen In Gstreamer?

Jan 7, 2010

I have just installed my gstreamer on my ARM board. In that i used to play the video by using command "gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink"it is working fine. but the screen is very small and it is in middle, How to make that full screen and the letters which is in terminal is also coming along with the video. how rectify that problem

View 1 Replies View Related

Ubuntu :: Searching For Good GStreamer Video Player

Jan 31, 2011

For music i use Exaile. Is there something as good as Exaile for video? I would like it to:

Use GStreamer
Has clean and powerful interface
Stable & fast

That has a button to delete the video file from HDD

View 4 Replies View Related

General :: How To Make Video Fullscreen In Gstreamer

Jan 7, 2010

I have just installed my gstreamer on my ARM board. In that i used to play the video by using command

"gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink"

it is working fine. but the screen is very small and it is in middle, How to make that full screen and the letters which is in terminal is also coming along with the video.

View 1 Replies View Related

Software :: How To Make Video Fullscreen In Gstreamer

Jan 7, 2010

I have just installed my gstreamer on my ARM board. In that i used to play the video by using command "gst-launch filesrc location=/root/yuvraj.mp4 ! mfw_mp4demuxer ! queue max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink"it is working fine. but the screen is very small and it is in middle,How to make that full screen and the letters which is in terminal is also coming along with the video. how rectify that problem

View 1 Replies View Related

Ubuntu Multimedia :: After Gstreamer-properties Video Edit No Control Of Xwindows?

Feb 16, 2011

I'm not sure this is the cause, but after I changed the properties of gstreamer, by following a fix on VLC freezing during video playback, I cannot control my desktop anymore.Luckily I can still switch windows thanks to docky. Unfortunately I cannot change the tab in the gstreamer-properties so I can reset my change. I changed the video from default to X11.How can I edit it manually from the command line?

View 2 Replies View Related

Debian Multimedia :: Video In Squeeze - Gstreamer Fails To Load Libva

Jun 16, 2010

After a fresh custom install of Squeeze I could not play any video. debian-multimedia.org repository is in my sources.list. Trying to play an AVI video with totem I get the message

[code]...

View 14 Replies View Related

OpenSUSE :: Songbird Will Not Play Music / GStreamer Error: Internal GStreamer?

Apr 3, 2010

Error: GStreamer error: Internal GStreamer error: negotiation problem. Please file a bug at url. Additional information: gsturidecodebin.c(1563): setup_source (): /GstPlayBin2layer/GstURIDecodeBin:uridecodebin0:
Can't link source to decoder element

i get this error when i look in the error console

View 3 Replies View Related

Ubuntu :: Play A Video Stream Of .mov Format?

Jul 17, 2010

I'm finding it very difficult to play a video stream of .mov format. The Totem Media player gives me an error : GstDecodeBin2: This appears to be a text file

Even Real Media Player for linux is giving me an error: General error: HXR_CORRUPT_FILE (0x80040091)

Even VLC hangs on trying to play it.

(BTW the file isnt corrupt though, its apple's last night's iphone press conference from their official website - [URL])

View 4 Replies View Related

Software :: URL Has A Video To Stream Or Not?

Jan 12, 2010

Is there any way to check if a url points to a streaming video file or not programmatically. For example with this url : [URL].. I should get TRUE and with the url : [URL]..should return FALSE.

Program in any language will be okay but it ll be good if its Perl or PHP or Python or JAVA, JavaScript or SHELL script. I am working on LINUX. (note: i m not going to check with .....'s just for example's sake i ve used .....

View 2 Replies View Related

Ubuntu Multimedia :: Audio Stops When Stream A Video

Nov 10, 2010

We have a Jetway JBC600C99-52W-B (Mini-top) with Xubuntu 10.10 and Logitech Z-205 USB Speakers but I have no sound. EDIT: fixed after installing gnome-volume-control and selecting my output device. Now i have a other problem, when i stream a video it plays sound for 1 second and when i click the play button it works fine for a while but after a few minutes the audio stops again. the video plays fine.

View 2 Replies View Related

Ubuntu :: Can Not Stream Video On Hulu Anymore / Sort It?

Jan 19, 2010

I installed/updated my flash media drivers because i had poor quality video in fullscreen. now fullscreen looks great on ..... and other streaming sites. the only problem is that everytime i attempt to stream from hulu, i get "sorry, we are unable to stream this video. please check your internet connection and try again."

View 2 Replies View Related

General :: Tunneling Video Stream Through SSH?

Feb 28, 2011

There is an udp video stream accessible only on the local network, but I need to access it outside of the network. I have Linux machine (multiple actually) with root access.There is a small utility that makes the stream accessible on the local machine on port 1234.

./ping -h streamserver -p 1234

If I run it I can access the stream using vlc or mplayer.

mplayer udp://@:1234
vlc udp://@:1234

Now, I'm trying to create a port foward from my remote machine and access the port, but it is failing.

ssh me@machine -L 1234:127.0.0.1:1234

View 1 Replies View Related

Software :: Scale And Stream Video Using VLC?

May 3, 2010

I can successfully stream video, but I cant figure out how to scale the size of the video down. This is the command I am using to start the stream.

vlc -vvv input_stream --sout '#standard{access=http,mux=ts,dst=server.example.org:1234}'

Is there a way that I can specify the height and with of the stream on the command line? From what I read, it looks like a #transcoder option would work, but I cant seem to figure it out. The above command is working, and I can view the stream, but it's extremely slow, and continuously freezes and buffers. My thinking is that if I can reduce the scale of the video.

View 2 Replies View Related

Software :: Which Program To Stream Video?

Apr 21, 2010

I've looked around and found some programs avaialable in linux to stream video. I'm looking to stream to my PS3 but would like to be able to stream to my other computers. I would like the program to transcode too. I'm really looking for opinions on which one to use. I tried PS3 Media Server, it worked fine but it tended to be a resource hog. Also, I had trouble seeing it on other computers.

I'm running Debian Squeeze on an old AMD 3000+ but that will be updated here in the future. This is all internal personal network. Most computers will be on wired lan.Opinions? Ease of configuration, ease of use, stablilty?

View 1 Replies View Related

Ubuntu :: Wifi Crashes While Live Stream Video Is Running On 10.04?

May 9, 2010

I have a Dell Inspiron 6400 running Windows 7 64bits and Ubuntu 10.04 64bits. My problem is that when I'm connected to my wireless router the connection crashes when I watch a live stream video such ..... or something else. It does not happen when I'm connected via cable to the router nor in Windows 7 when I'm connected via wifi.

View 1 Replies View Related

Ubuntu Networking :: Split Video Stream Across Multiple N/W Interface?

Sep 15, 2010

I want to do a video streaming to a remote PC across the internet. The video bitrate is around 600 kbps. But my internet connection supports only a maximum upload bandwidth of 400 kbps.So I thought I will get one more connection and use the combined upload b/w of 800 kbps to stream the video. I hope there should be a way to split the stream across two interface and merge them together at the remote endpoint. All this has to be done at real time.

View 1 Replies View Related

Ubuntu Multimedia :: Open Source Video Stream Ripper?

Dec 15, 2010

I'm vaguely remembering a video stream ripper that was open source and could be compiled for linux, mac, and windows. It's name ended with ++ and I can't remember anything else Basically, it was like StreamTransport but open source and multiprotocol capable. Can anybody help me find it again? I'd be open to alternatives too of course! My basic need is to rip anything being rendered by my video card.

View 1 Replies View Related

Fedora :: No Video Stream In A Specific Site?

Nov 7, 2009

I am working in Fedora FC11 with: Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc11 Firefox/3.5.5

In the following site I cannot see the video stream:[URL]...Choosing "TW1 Livestream" should gives a video stream, but it gives a black screen. Clicking on that black windows gives a text: Waiting for video.

A German text shows that the actual Version from Windows Media Players should be installed.In the past I could see video there, but after an upgrade it does not work any more.Looking in aboutlugins I see following Windows Media Player plugins:

Windows Media Player Plug-in
Bestandsnaam: gecko-mediaplayer-wmp.so
Gecko Media Player 0.9.8
Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using MPlayer
QuickTime Plug-in 7.4.5
Bestandsnaam: gecko-mediaplayer-qt.so
Gecko Media Player 0.9.8

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using MPlayer

View 9 Replies View Related

OpenSUSE :: Ushare To Stream Music And Video To 360

Jul 30, 2010

I'm trying to us ushare to stream music and video to my 360. I have ushare setup and my 360 sees ushare but none of the files I'm trying to stream. When I run ushare -x it only sees the two folders I'm sharing and none of the files.

View 9 Replies View Related

OpenSUSE Multimedia :: Stream Webcam Video To The Net?

Mar 7, 2010

I wonder if anyone here has succeeded in streaming the video of a local webcam to the internet? Some research has turned up webcam_server Project Home Page but unfortunately it only supports v4l, not v4l2 and is no longer maintained. It seems to be possible with VLC server, but I'm a bit reluctant, because their repo is said to break other things. I still have 11.1 here.

View 4 Replies View Related

Applications :: Software To Capture Video Stream?

Jul 7, 2010

I'm looking for software to capture a flash stream that uses rtmp protocol? the normal flash download plugins for firefox won't work and i'm not finding anything on the web for free options. from what i've read about it, it's a proprietary protocol with adobe and not many people now how it works. anyone here know anything that could save the files or grab the stream?

View 1 Replies View Related

Software :: Zoneminder Won't Stream Live Video?

Jan 26, 2010

This is my first time installing zoneminder, just downloaded the latest version and trying it on my slackware 12 box. I tested the card I ordered with xawtv and was able to see video just fine.

Zoneminder seems to start fine but I can't get it to stream video.

[URL]

That's what I get when I try to view. I'm not sure if there is a log file I can check to see if there is an error.

View 5 Replies View Related

Slackware :: Stream Video Over Samba Shares?

Nov 4, 2010

How do I get samba shares to work in Dolphin without having to download the entire file before VLC loads it? I just want to watch a movie from my samba share, and it won't just stream the file.

I've tried installing Smb4k from slackbuild.org, but it doesn't seem to be working correctly either.

Is there anything like gvfs-smb for KDE?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved