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


ADVERTISEMENT

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

Networking :: Stream German Live Video Feed To The UK?

Jun 3, 2011

Trying to stream a live video feed from Rock am Ring which is available via the German SWR3 TV website. Trouble is, I am in the UK and it seems to only be avaialable to German IP addresses. Have tried various German web proxies, but to no avail. I suspect the service provider knows about them all and is stopping them also. Getting the error from the server, Server Error The connection to the streaming server has been disconnected. Any networking gurus out there who may know a way around this.

View 2 Replies View Related

Server :: How To Stream Live Video From Usb Web-cam That Is Attached Directly To Server?

May 24, 2010

i need to ask how can i stream live video from my usb web-cam that is attached directly to my server.

View 2 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 / Apple :: Karmic Running Smoothly On Imac 7,1 Aluminum 20" Sound Wifi Wlan Video Working Fully

Feb 8, 2010

I have Karmic Koala 9.10 working (near) perfectly on my iMac7,1, as identified by

Code:

NOTE: See below for Lucid 10.04 update to these instructions

IMPORTANT: You need to complete the installation procedure while connected to internet via the WIRED network. Then you can enable the wireless by installing the restricted drivers, after the install is complete. Also the fglrx ATI Video driver is effortlessly installed via Menu > System > Administration > Hardware Drivers

The sound card gave me some trouble, as it is an Intel HDA Model, reported as 'Codec: Realtek ALC889A' by

Code:

It shows up in lspci as:

Code:

It sounded rather tinny at first, when I tried mbp3 and other model names. Then I added the following line to /etc/modprobe.d/alsa-base.conf :

Code:

After reboot, my sound is full and can be put much louder than before. Jack detection works. Some people might have to leave out the power saving options. See below.

dmesg reports:

Code:

Sources consulted are mostly the kernel documentation ( Enter into the terminal: sudo apt-get install linux-doc

The relevant info can be found in HD-Audio-Models.txt.gz and HD-Audio.txt.gz in /usr/share/doc/linux-doc/sound/alsa )

View 1 Replies View Related

Ubuntu Multimedia :: Asx Audio Live Stream Not Playing?

Apr 2, 2010

my problem is regarding .asx live streams. Up till 2-3 weeks ago I was able to listen to [URL] perfectly well with Totem under Ubuntu 9.10.

Since then whenever I want to start the stream, Totem darkens and nothing happens. I've tried Mplayer and VLC as well but neither of them work (but that's not news because they didn't work when Totem did either).

I had a look at the recent package updates in Synaptic to see if any audio-related ones had been changed and I have downgraded libaudiofile0 (to version 0.2.6-7ubuntu2) and gstreamer0.10-plugins-bad (to version 0.10.14-4ubuntu1). The problem still remained, so I updated them again.

The radio chanel works perfectly under Windows, and other .asx streams (for example [URL]) are working fine with Totem in Ubuntu.

View 3 Replies View Related

Ubuntu Multimedia :: Stream Live Radio Through Mplayer / VLC?

Oct 18, 2010

I'd love to listen to a local radio station while working, but my problem is I can't seem to stream it at all.

The link is [URL], and when I click on the Live Radio link, it leads me to [URL] which contains a player which wouldn't load. On viewing its source, I saw the following:

Code:
<embed src="http://x899.bfm.my:1161" height="69" width="300" autostart="1" loop=0 align="absmiddle" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" showcontrols="1" showdisplay="0" showstatusbar="1"> </embed>

[Code].....

View 1 Replies View Related

Ubuntu :: Recording Live Stream Into Separate Files?

Feb 21, 2011

I want to save streaming music into hard disk. I know mplayer/vlc can do that. But mplayer/vlc stores as a single large file. What i want is to save every songs separately. Is it possible?

View 4 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

Programming :: Display Live Stream From One Of IP Cameras?

Sep 11, 2010

I've written a simple web page and I want it to display live stream from one of my IP cameras. I admit I've never been interested in HTML ... How should I go about this? I can see the stream in browser using following link [URL]

View 4 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

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 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 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

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

CentOS 5 :: Squid Is Not Blocking Video Stream?

Mar 26, 2011

My squid version is 2.6.STABLE21 installed via yum on CentOS release 5.4 (Final) 2.6.18-164.el5 x86_64. My configuration is as follows (truncated)

acl hrusers proxy_auth -i "/etc/squid/access/hr.dept"
acl hrsites url_regex -i "/etc/squid/access/hrsites"
acl r-sites url_regex -i "/etc/squid/access/restricted-sites"
acl stream req_mime_type -i "/etc/squid/access/stream"

[Code]...

But even then streaming is not getting blocked.

View 8 Replies View Related

General :: Acessing The Video Stream From A IC-3030 Camera?

Mar 2, 2011

I am going to purchase an IC-3030 camera. I want to access the video stream and download it as it happens, but not by using the Edimax-supplied video utility, as the computer will be running Linux. I am unable to find in the user manual whether I can access the stream directly or not. How can I access the video stream directly from an Edimax IC-3030 camera?

View 2 Replies View Related

General :: Stream Video Directly From Torrent File?

Jul 18, 2011

Is there some way to do live stream video directly from torrent? Are there linux tools like torrent cleint which can do this?

View 3 Replies View Related

Red Hat / Fedora :: Audio Stuttering In Flash Video Stream

Feb 17, 2011

i've been experiencing an issue with audio playback for certain flash videos that stream from the web. most play smoothly, like the videos at videos. others have this strange background noise that is only present when there is audio (usually on news websites that host their own videos). when there is sound, there is a strange stuttering noise that disappears during the silent pauses.

here's a perfect example:
epidemic of tsa criminality: more agents caught stealing cash from luggage, another arrested for assault. the videos video at the top plays just fine. if you scroll down and watch the other video in the small box, you'll hear the stuttering. i have fedora 14 kde, adobe flash player 64 bit preview release 3 and rpm fusion codecs installed. the problem is also present in fedora 14 with gnome, same setup. the problematic videos play without the stuttering in ubuntu.

View 2 Replies View Related







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