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


ADVERTISEMENT

Debian :: Flash - Couldn't Watch Movies On Hulu Anymore

Jan 18, 2010

All of a sudden I couldn't watch movies on Hulu anymore, so I have just upgraded Debian from the Etch to Lenny, because I wanted to update to the newest version of Adobe flash. In Iceweasel under add-ons, it says that I have the newest (10.0 r42) version. The old one (9.0 r124) is still listed. It is listed as disabled, white version 10 is listed as enabled. I still can't watch movies on Hulu.

View 12 Replies View Related

Ubuntu Multimedia :: Can't Seem To Get Video's To Run On Hulu+

Sep 1, 2011

I can't seem to get the video's to run on hulu+.It shows the ads but when it gets to the actual show it just doesn't play. I'm running 11.04, any ideas?

View 2 Replies View Related

Fedora :: Hulu Video Not Working / What To Do?

Jan 11, 2010

I'm using 64-bit F12 with the 64-bit Adobe flash plugin from leigh123linux's yum repo. For the last day or two, whenever trying to play a Hulu video in Fedora, I get the error "Sorry, we are unable to stream this video. Please check your Internet connection and try again." Previously it worked in Fedora, and it works normally in Windows on the same machine, so I'm guessing the problem is at Hulu's end. Are any other Fedora users seeing this?

Edit: Just checked a 32-bit F12 box with the Flash plugin from Adobe's yum repo and Hulu works on that. So this problem seems to be limited to 64-bit Fedora.

View 14 Replies View Related

Ubuntu :: Hulu Desktop / Flash - Get Errors About How Video Not Available

Sep 26, 2010

I'm getting a strange error when I try to use Hulu desktop. When I start it, the following error pops up:

Quote:
Hulu Desktop requires Flash Player 10.0.22 or higher, but this version of Flash is 10.0.22.87. Please download and install the latest version, then restart Hulu Desktop I'm on a 64 bit machine, and have tried both the most up-to-date 64 bit version of flash, and the version installed using flashplugin-installer (which I understand is a wrapper around the 32 bit version). I've also tried using Hulu through my browser, but get errors about how the video is not available, regardless of the video.

View 5 Replies View Related

Ubuntu Networking :: Can't Use SSH To Stream Media Anymore

Oct 15, 2010

I'm new to linux, but after install ubuntu to one of my old PCs I have used "Connect to server" to view media from different computers from each other.Just today I've been getting Host Key verification failed on both computer A and B, one of the computers is running wubi.

View 2 Replies View Related

Ubuntu Multimedia :: Hulu Desktop Video Doesn't Play Very Well?

Apr 12, 2010

When I used Hulu Desktop on my old integrated VGA video output, it played fairly well. Now I got a new video card and connected my monitor and installed the latest drivers and it doesn't play as well, it buffers and I don't know how to explain the rest.

View 9 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 Servers :: Apache Not Logging Anymore / Sort It?

Jul 5, 2011

I'm using Ubuntu 10.04 64 bit Server Edition here. I'm running Apache as a web server. I just found that Apache is not logging to access.log and error.log anymore.

But the service is running well. Log parameter at /etc/apache2/apache2.conf seems to be OK. Here's the line :

ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined

I already tried restart the server, but no luck. Is there any place should I check?

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

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

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

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







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