Ubuntu Multimedia :: Html5 Not Working With Ffserver?

Mar 13, 2010

I am using ffserver to stream from a capture directly to a browser, FireFox and Chrome. I have been trying to get the stream to played with html5 but it doesn't seam to work. Html5 does work with ......com but only in Chrome. Here is my ffserver setup:

Code:
Port 8080
BindAddress 0.0.0.0
MaxClients 1000
MaxBandwidth 10000

[Code]...

View 4 Replies


ADVERTISEMENT

Ubuntu Multimedia :: HOW TO Get Chromium To Work With HTML5

Oct 31, 2010

To get Chromium to work with HTML5 in uBuntu you have to first uninstall the free "open source only" package "chromium-codecs-ffmpeg" that ships with chromium (not chrome) with only supports OGG and WEBM video Code:sudo apt-get remove --purge chromium-codecs-ffmpegand install the non-free proprietary version of the package named chromium-codecs-ffmpeg-nonfree which has full support for MP3 and MP4 codecs . . . Code: sudo apt-get install chromium-codecs-ffmpeg-nonfreeAfter searching and Google ing like crazy . . . I couldn't find the solution spoon feed to me but was able to figure out the issue with mp3 and mp4 html5 playback in chromium and figured I would spoon feed it to everyone else! Enjoy.

View 3 Replies View Related

Ubuntu Multimedia :: HTML5 Video Freezes FF If Right Click On It?

Sep 11, 2010

I'm running 10.04 64 bit.
This doesn't happen if using Chrome.
FF v3.6.9

Seems like that shouldn't happen.

View 1 Replies View Related

Debian Multimedia :: Flash / HTML5 Player Blacking Out

May 8, 2015

I am using pepperflash and the youtube HTML5 player on Debian Sid, on an amd64 machine. I am having a problem where the video will just black out every so often, like every minute or two, the audio still works and I need to either go forward or backward in the video to get the image back. I have noticed it on youtube videos which I suppose uses the HTML5 player not pepperflash.

View 4 Replies View Related

Debian Multimedia :: Firefox HTML5 Stuck At 360p

Aug 22, 2015

YouTube now automatically serves html5 content if it detects you are using firefox version 40 or above. Unfortunately as a result, all youtube videos are now served to me at 360p resolution, and there is no way to change that on the youtube web page.

Before upgrading firefox, I could watch hd videos using flash. The ability to switch to html5 was also available on [URL] .... But with the later version of firefox, the option to switch back to using flash is no longer there on that page.

When I could view both flash and html5 videos (with the older firefox), I found that html5 played back very poorly. flash, despite being a known resource hog, actually played back better (with no h/w acceleration of flash in linux, I resigned myself to expect to use faster PCs to run flash hd at full screen). Which is a great pity, as we all know flash is disappearing, but it appears I now have an even bigger issue with html5. Where's the hd video?

So how can I get a better html5 experience? My machine is an i3 with GTS250 nVidia running Stretch.

The problem of only getting 360p resolution is probably a bug in firefox. Once I can get hd, I am then uncertain if firefox could handle it.

The advice of setting 'media.mediasource.enabled' in about:config to true to get higher resolutions did not work for me.

When I do that, the [URL] .... says I have:

HTMLVideoElement, WebM VP8 and Media source Extensions support, and
H.264, MSE & H.264 and MSE & WebM VP9 unsupported.

I have hardware acceleration enabled in firefox, and have the OpenH264 Video Codec (Cisco) plugin installed.

Some more info here: [URL] ....

I could switch back to using flash by using a user-agent switcher to fool youtube I have an older firefox, but that is a poor solution.

View 14 Replies View Related

Debian Multimedia :: Why Chrome Is Not Playing HTML5 Videos

Apr 19, 2016

I am using chrome Version 50.0.2661.75 (64-bit) running on Debian (Gnome).

I am having the following problem, since yesterday every time I want to play a video (for ex [URL]watch?v=UF8uR6Z6KLc) The music, logo in the video and functions work but the video doesn't play. I reinstalled Chrome, clean all the data, disable all the plugins, I tried as incognito and several other options and it doesn't work, before yesterday it was working (yesterday I updated all Debians packages).

View 4 Replies View Related

Debian Multimedia :: How Does Iceweasel Play HTML5 Videos By Default

Nov 5, 2015

I noticed that Firefox won't play HTML5 videos, or better said, the sites always return a Flash video instead the HTML5 version. So either I install Flash or I can't play videos.

However, with Iceweasel I don't have this problem. The sites always load with a HTML5 video instead of the Flash version. So no need to install Flash.

I checked plugins, extensions and even the user-agent string to see if there is some indication Iceweasel is using and Firefox don't, but I don't see anything special, so... how is it possible that using Iceweasel the sites load HTML5 video, but using Firefox the sites tend to use Flash?

I know that in Debian there is no need of installing Firefox, but right now I'm trying other distros and that's where I noticed about this problem. Then switched to my Debian installation and installed Firefox, and checked the same happens in Debian. Just for the record, in Windows it doesn't need Flash either.

View 6 Replies View Related

General :: Streaming Mp3 With Ffmeg And Ffserver?

Apr 13, 2011

I am trying to stream an MP3 using ffserver. My config for ffserver is

Port 8090
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 4096
CustomLog -
NoDaemon

[Code]...

but it goes right to the prompt screen after this. It does not appear to do anything and when I try to play the stream nothing happens. Is there something I'm missing?

View 1 Replies View Related

CentOS 5 :: Install FFServer For Re-broadcasting Streams?

Aug 11, 2011

how to install FFServer (RTMPDump is already installed)? So i mean - what do i need to Download on centOS? I wanna Re-Broadcast some of my Streams with RTMPDump + FFServer

View 1 Replies View Related

Ubuntu :: Mozilla FireFox With HTML5 ?

May 3, 2010

I'm fairly new to Linux and everything and still doesn't understand a lot of things about it. But as most of you may know that ..... is probably going to switch to HTML5 (so I heard) and I can not get Firefox to work with it. It is really annoying and I have flash player working but some videos require HTML5.

View 8 Replies View Related

CentOS 5 :: Firefox Not Supporting HTML5

Jun 19, 2011

I was informed that Firefox 3 supports HTML5 but Centos 5's Firefox is not supporting it. This is the screenshot of the video that failed to run on Centos 5, Firefox 3. I also tried to install the latest version of adobe flash player but the new version didn't work.

View 3 Replies View Related

Debian Programming :: HTML5 - How To Include Another File

Jun 15, 2013

I am trying to re-write my local web pages in HTML5. My original pages used an include file so that I had a consistent set of links on the top of each page. I used - require("link_list.php");

But this does not seem to be possible in HTML5. I am guessing that there is a way to do this, searching the web suggests object or embed, but these create a new page within my original page, which is not what I want.

View 4 Replies View Related

Fedora :: Chromium - Updates To Enable HTML5

Jan 19, 2011

I have installed chromium using this: [URL] -- spots repo. I have signed up to the trial for html5 here: [URL] and it says I am in the trial. However I am still unable to play a number of ..... videos not understanding exactly how I would receive the updates to enable html5 I thought I would wait a few days and see what happens but alas after a week nothing has happened.

View 5 Replies View Related

Programming :: Playing Sound In Javascript And HTML5?

Jan 14, 2011

I can play a sound on my local machine using the following code, but when I upload to a server the same code it does not play. I cannot work out why, the link below gives the code. The multi channel code is here:

[URL]

Code:
<audio id="multiaudio1" src="audio/flute_c_long_01.wav" preload="auto"></audio>
<audio id="multiaudio2" src="audio/piano_chord.wav" preload="auto"></audio>
<audio id="multiaudio3" src="audio/synth_vox.wav" preload="auto"></audio>
<audio id="multiaudio4" src="audio/shimmer.wav" preload="auto"></audio>

[Code].....

View 4 Replies View Related

Programming :: How Far Quanta And Other IDEs Are Into HTML5 Support

Jun 17, 2010

I pretty much code by hand, but I like Quanta Plus and Kate for scripts HTML and simple programming tasks.Quanta (and other editors nvu, bluefish etc) are geared for html 3 and 4 - help files, tag libraries, templates etc. how far Quanta and other IDEs are into HTML5 support?

View 2 Replies View Related

Debian Programming :: HTML5 To Access MYSQL Database

Jul 24, 2013

I have a MySQL database running on my local server, which I currently access via laptop, desktop using HTML/PHP.I want to re-write in HTML5, I have gone through a couple of HTML5 tutorials but cannot figure out the database interface. The best match I can find is Server-Sent Events, is this the best way forward? What about writing to the database? I have found several suggestions using Web SQL database but I don't think this is suitable as my database is also accessed from Python code on the server.

View 5 Replies View Related

Ubuntu Multimedia :: Updating NVidia Driver Not Working, Tried Manual, Not Working?

Sep 18, 2010

I installed it on a Dell Inspiron 531 with the GeForce 6150SE nForce 430 built in video card. From the recommend driver list I installed �NVIDIA accelerated graphics driver (version current) [Recommended

Well, turns out it should not have been recommended. I had restarted and all I got was a low res ubuntu logo and a boot right into a full screen terminal. Tried startx and got a no screens found, I look online for about an hour last night and decided to just reinstall, which takes a couple hours when installing all the packages.

I have done more research today and found to install the latest linux x64 driver from nVidias website, which I did, but it does not run. I followed some more instructions and it said to do a �sudo chmod +x <file>� which I did, and it starts to open and I get �You appear to be running an X server; please exit X before installing.�

I�m starting to get a little frustrated here, guess I�m just used to a lot of the ease of windows and assumed that something like installing a graphics card driver would be easy.

View 3 Replies View Related

Ubuntu Multimedia :: .m4a Files Not Working In Banshee But Working In Rhythmbox

Apr 26, 2011

.m4a files not working in banshee but working in rhythmbox.

View 1 Replies View Related

Ubuntu Multimedia :: Multimedia Keys On Laptop Aren't Working?

Jan 28, 2010

I have a Dell 1525 and I just installed Ubuntu on it. The Multimedia keys (previous, stop, play/pause, next) and volume control keys (mute, increase, decrease) buttons aren't working at all. Is there anyway I can get them to work?

View 3 Replies View Related

Programming :: HTML5 "details" Tag Display - Inline - Display - Hidden CSS Ignored - Firefox - Seamonkey

Jan 11, 2011

I'm testing HTML5 for the first time, using Firefox (beta) 4.0b8 and SeaMonkey (beta) 2.1b1, and its ignoring some CSS. Specifically, I have problems with the <details> tag. (It is nested in a paragraph...I am using it to provide an in-paragraph definition in hopes it can be toggled.)

Firefox only partly supports <details>. It's not supposed to show anything except the content of <summary>, unless you click on <summary>'s content. Instead, it puts a line break before the content of <details>, splitting the paragraph in two peices (which looks silly), without the "closed/open" functionality.

So I tried using "display:inline" in my CSS, but that gets ignored. Just for fun, I also tried "display:hidden" (also ignored) and "display:none" (obeyed).

SeaMonkey doesn't doesn't do anything special with the content of <display>...but it also ignores the same CSS as Firefox.

The only thing I can do to support semantic design is apply "font-style:italic" to all <details> elements.

Granted, you might ask, "why bother using <details> at all. then?" Well, I would like to have <details> for the browsers that support it, with the "font-style:italic" to degrade the page nicely for those that don't (such as for SeaMonkey).

Does anyone know why "display:inline" and "display:hidden" get ignored?

View 1 Replies View Related

Debian Multimedia :: XF86Audio Multimedia Keys Not Working In Squeeze

Jun 23, 2011

I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.

When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).

Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.

So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.

I think this might be due to a missing package or configuration but I have no idea where to look...

View 1 Replies View Related

Ubuntu Multimedia :: DVD Not Working On 10.04

Jun 7, 2010

My fresh install of 10.04 on my newly built desktop won't play a DVD. Samsung 24X DVD Burner SH-S243N/BEBS
I am sure there is some little programplugin I need.

View 3 Replies View Related

Ubuntu Multimedia :: Can't Get Tv Out Working

Jul 5, 2010

I was replacing my media setup(10.04) with an upgrade and encountered the following problem: I can't get the tv out working. I tried both with the NVidia drivers and without a xorg.conf file (vesa, according to xorg.log) The motherboard is an Asus P4P800-VM (with integrated graphics), the GPU is an old NVidia GeForce 4 MX 440. I took the card from the old setup because of the tv-out, so I know the card itself is fine, using a crt monitor on the VGA port also works without problems. I noticed that the old setup also used the tv as its screen, for displaying the BIOS POST and bootscreen, while the new machine just stays blank(no signal). There is an option in the bios to set a tv as the primary boot screen, but to no effect. Using the xorg.conf generated by the myhtbuntu installer, the console (tty1-6) has this weird pink color, this does not occur when generating the config with the nvidia tools, or when completely deleting the xorg.conf file.

View 1 Replies View Related

Ubuntu Multimedia :: MIC Not Working?

Aug 8, 2010

I've had a major problem getting my mic to work with pulseaudio. After looking around for a while I see that I'm certainly not the only one.I have run a whole lot of suggested commands - copied all sorts of lines into /etc/modprobe.d/alsa-base.conf - upped all sorts of volume controls with alsamixer or pulseaudio - uninstalled and reinstalled - upgraded and..NOTHING WORKSI actually messed around with it so much that I had to reinstall Ubuntu again (10.04)I have been using linux on-and-off for a while but have never been the kind of person to remember all these long commands...so please consider me to be Newbie (as I feel like one at the moment)I'm sure if there's anyone out there able to help they'll need a bit of info about the machine.

This is after a fresh install - so please feel free to take anything step-by-step upgrades...commands...the lotLets start with:Packard Bell EasyNote V5 series (V5910)00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)The sudo gedit /etc/modprobe.d/alsa-base.config - brings up

# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1

[code]....

View 9 Replies View Related

Ubuntu Multimedia :: Mic Not Working In 11.04?

Apr 30, 2011

i updated 10.10 to 11.04 and since then my mic doesnt get recognized anymore. At soundpreference's input i only have 1 option which were 3 before i updated to 11.04 , anyone know how to fix this ?

View 5 Replies View Related

Ubuntu Multimedia :: Can't Get My Usb Dvb-t Sick Working

Jan 11, 2010

I can not get my usb dvb-t sick working. It is a hauppauge WinTV-HVR 900 hybrid TV stick.The number on the backside is: M/R: 65018/BC20.Some time ago I read somewhere that this model was supposed to work with ubuntu 9.10.But I still have trouble setting it up. Does anyone know if there is a way to make it work?

View 4 Replies View Related

Ubuntu Multimedia :: Internal Mic Not Working?

Jan 11, 2010

I have a Gateway NV52 with an internal microphone and internal webcam. On Windows, both work fine, but on Ubuntu I can only get the webcam to work. I never used one on Ubuntu (using Karmic Koala 64 bit) before, so I may be overlooking something.

Code:
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller

Here are some screenshots:

View 4 Replies View Related

Ubuntu Multimedia :: UShare PS3 Not Working

Feb 21, 2010

I've tried looking around but I can't figure out what's going on here. I used uShare before and it worked without a hitch! I followed these instructions here to the T. However, I recently did a reinstallation of 9.10 and followed the exact same instructions, and now I can't get uShare to come up on my PS3 (I haven't changed any settings on the PS3 or network since then, just reinstalled Ubuntu). Side note. Using

[Code]...

View 1 Replies View Related

Ubuntu Multimedia :: Kwrold Dvb-t Not Working?

Feb 21, 2010

lsusbBus 001 Device 004: ID 1b80:e383 Afatech

dmesg
[ 16.068941] AF901X: af901x_module_init
[ 16.068969] usbcore: registered new interface driver dvb_usb_af901x

View 5 Replies View Related

Ubuntu Multimedia :: V4l-dvb Programs Not Working?

Mar 17, 2010

None of the tv viewing programs work, ether they crash or don't produce a stream.

I am sure the drivers are installed. The card is autodetected as a WinTV-HVR-1270. From what I have read on other post the 1250 r4 detects as a 1270

My system;
asus m2n-sli
GeForce 7600 GS
Hauppauge WinTV-HVR-1250 r4
Hauppauge WinTV-PVR-500 (working)

[Code]....

View 3 Replies View Related







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