Displaying 20 results from an estimated 1000 matches similar to: "HTML5 audio tag"
2010 May 11
2
HTML5 audio tag
Thanks,
It will be very good if HTML5 API specify this. I mean, Say, If we use
<audio> tag , then It must stream only audio part of the file irrespective
of the fact that the src field contains a video file.
PS: sorry for top post
On Tue, May 11, 2010 at 3:53 PM, Chris Double <chris.double at double.co.nz>wrote:
> On 11/05/10 22:05, narendra sisodiya wrote:
> > 1) Do
2010 Mar 16
5
Projective Video over web
FYI
have anybody seen this demo ? I have use ogg for it.
http://techfandu.blogspot.com/2010/03/world-first-projective-html5-video.html
Thanks
--
???????????????????????????
? Narendra Sisodiya ( ???????? ???????? )
? Society for Knowledge Commons
? Web : http://narendra.techfandu.org
???????????????????????????
-------------- next part --------------
An HTML attachment was scrubbed...
2010 Mar 21
3
On-the-Fly multiplexing Video
On Sun, Mar 21, 2010 at 9:02 PM, ogg.k.ogg.k at googlemail.com <
ogg.k.ogg.k at googlemail.com> wrote:
> > As written on my subject, is it possible to do on-the-fly video
> > multiplexing with OGG? I'm doing my final project in my college, and i
> > want to build a system which has three live videos from cameras, then
> > i want to transmit those video in single
2010 May 11
2
HTML5 audio tag
FWIW chromium does client side range requests that in theory would request
only the audio. But. the ogg demux reads the other tracks and discards
them.
A use case I've heard is listening to music videos and discard the video...
bit of a bandwidth waste.
On Tue, May 11, 2010 at 10:17 AM, Ralph Giles <giles at thaumas.net> wrote:
> On 11 May 2010 04:24, narendra sisodiya
2010 May 12
1
[whatwg] HTML5 audio tag
In order to do this you'd need to know /in advance/ exactly which Ogg
pages were audio and which were video so you could choose to only
download the vorbis pages. The upcoming Ogg Skeleton index does not
index pages at a high enough granularity to facilitate this. It could,
but then the index would be a lot bigger. I also wonder if the
time/server overhead of setting up new HTTP
2010 Oct 01
3
Stream image to Icecast
Do anybody know any method where I can stream my images to icecast server
using some intermediate png to ogg conversion and then using oggfwd.
Basically, I am organizing some workshop. I have already stream video.
Slides and presentation stuff can be streamed separately but there I have
fight with synchronization slides and video. in long term i will prefer
this. Thanks
any help ?
--
2010 Oct 01
3
Stream image to Icecast
Do anybody know any method where I can stream my images to icecast server
using some intermediate png to ogg conversion and then using oggfwd.
Basically, I am organizing some workshop. I have already stream video.
Slides and presentation stuff can be streamed separately but there I have
fight with synchronization slides and video. in long term i will prefer
this. Thanks
any help ?
--
2011 Sep 20
3
Adding a data in Live OR Saving Stream on Server side.
I want to build a website where user can listen my voice. I want to
use only Icecast. But on my website I want to display some data too
inside a stream.
What data I want to add ?
basically on my website there are various images. each image having a
number. While I deliver my lecture I want to send image number too.
Now I can send this number using http PUSH/PULL but I do not know How
it will be
2009 Dec 03
2
Theora processing at server side : Removing non-needed frames
May somebody give me link for server side processing of ogg video by php or
ruby or anything else.
Let me tell my purpose,
I have made a image splitter of ogg video - You can view it at
http://jsbin.com/ihebo (basic coding )
just play the video and there is a button call "snapit", which will take
current frame.
At the end of this process, I will upload all timing info at server.
2010 May 11
0
HTML5 audio tag
Yeah, the track attribute of the media fragments specification that
Ralph links will in theory allow to just download the track-related
data. But it still requires implementation - either in the browser,
which will somehow need to identify which bytes belong to which track
and just request those byte ranges that are relevant, or on the
server, which will only deliver the relevant bytes when asked
2010 Mar 21
2
On-the-Fly multiplexing Video
Dear Ogg Developer
As written on my subject, is it possible to do on-the-fly video
multiplexing with OGG? I'm doing my final project in my college, and i
want to build a system which has three live videos from cameras, then
i want to transmit those video in single stream. The Receiver can
choose which video that receiver want to see.
I tried using oggz and piping in linux, but it no works.
2010 Jan 13
3
Live webcam stream with Theora
Hey all,
I've setup a simple page that just displays a live webcam stream of me
at work, and it supposedly falls back onto Cortado if your browser
doesn't support the <video> tag. The URL is here:
http://media.basilgohar.com/stream/
There's been a lot of talk about live streaming and low bitrate
streams. Here is my command line (I've posted this before):
time ffmpeg -f
2010 Mar 23
0
On-the-Fly multiplexing Video
@ogg.k
It sounds good to me. Could you tell me how to create on-the-fly live
video streaming? What program should i installed?
@Narendra
The advantages maybe if you want to monitor a lot of room (like
security control room) or for multi-angle live stream. But it's just
my opinion, and dosen't proved yet
Thx before
Pandu Rakimanputra
2010/3/21 narendra sisodiya <narendra.sisodiya at
2011 Sep 20
2
Adding a data in Live OR Saving Stream on Server side.
On Tue, Sep 20, 2011 at 10:17 PM, Odin <odin.omdal at gmail.com> wrote:
> On Tue, Sep 20, 2011 at 3:33 PM, Narendra Sisodiya
> <narendra at narendrasisodiya.com> wrote:
>> What data I want to add ?
>> basically on my website there are various images. each image having ?a
>> number. While I deliver my lecture I want to send image number too.
>> Now I can
2010 Sep 03
1
Dvgrab command
Recently I tried to live broadcast the video of our workshop. but i was
failed.
I applied the following command
dvgrab --format raw - | ffmpeg2theora -f dv -x 80 -y 64 -o /dev/stdout - |
oggfwd myvps 8000 hackme /live.ogg
I was able to configure video size but unable to configure audio bitrate.
it was taking 60 kbps for audio and 20 kbps for video.
I want 20 kbps for audio...
--
2011 Sep 20
0
Adding a data in Live OR Saving Stream on Server side.
On Tue, Sep 20, 2011 at 3:33 PM, Narendra Sisodiya
<narendra at narendrasisodiya.com> wrote:
> What data I want to add ?
> basically on my website there are various images. each image having ?a
> number. While I deliver my lecture I want to send image number too.
> Now I can send this number using http PUSH/PULL but I do not know How
> it will be synchronised ? Because AFAIK
2010 Oct 01
1
Stream image to Icecast
> Do anybody know any method where I can stream my images to icecast server
> using some intermediate png to ogg conversion and then using oggfwd.
http://wiki.xiph.org/Kate can embed PNG images in Ogg.
If that fits what you want to do and you have any question, please
feel free to ask.
2010 Oct 01
1
Stream image to Icecast
> Do anybody know any method where I can stream my images to icecast server
> using some intermediate png to ogg conversion and then using oggfwd.
http://wiki.xiph.org/Kate can embed PNG images in Ogg.
If that fits what you want to do and you have any question, please
feel free to ask.
2012 Oct 03
4
Regarding licensing Terms
Hi,
I have developed one application using ggmap package.It is based on google
map.
I am a bit confused regarding its licensing terms.I want to know that can i
use it with my other applications.
Is it legal?
--
With Regards,
Narendra Pratap
Principal Research Developer
Hitech Robotic Systemz Ltd.
[[alternative HTML version deleted]]
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi ,
I open secure Session with X11 forwarding. when run any standard X
applicattion like xterm xclock
it come up without any error. I start my user X application it fails. On
User application side it fails when
"xtOpenDisplay" system call with localhost:10.0.
On SSH server debug message are :
> debug1: X11 connection requested.
> debug2: fd 20 setting TCP_NODELAY
>