similar to: Streaming to Doja devices

Displaying 20 results from an estimated 7000 matches similar to: "Streaming to Doja devices"

2007 Oct 23
2
Streaming to Doja devices
Hi, Actually, I thought that Icecast did support seeking for static files. Of course it doesn't for a live stream. Geoff. ----- Original Message ----- From: "Thomas B. Ruecker" <dm8tbr@afthd.tu-darmstadt.de> To: "Horacio Sanson" <hsanson@gmail.com>; <icecast@xiph.org> Sent: Tuesday, October 23, 2007 1:01 PM Subject: Re: [Icecast] Streaming to Doja
2007 Oct 25
0
Streaming to Doja devices
Thanks for the replies... it looks I will have to implement my own streamming server.... A question unrelated to icecast: what format (Ogg, Matroska, WMV, MP4) would be more appropiate to handle streaming in bursts?? I think maybe Ogg is good for this as the server can keep state information of the last stream/page a client downloaded and send the next group of pages when the client requests
2007 Oct 23
0
Streaming to Doja devices
Horacio Sanson schrieb: > Doja devices (NTT Mobile Phones) are very limited in their > connectivity capabilities and was wondering if icecast can help me > overcome them. The first limitation is that they only support HTTP > that as I can see would not be a problem with icecast. The second > limitation is that these Doja devices cannot transfer more than 150KB > of data per
2011 May 09
1
Gluster text file configuration information?
Where can I find documentation about manual configuration of Gluster peers/volumes? All documentation seems to be about the gluster CLI. I would prefer manual configuration to facilitate automation via scripts (e.g. Puppet/Chef). I also read in this list that it is possible to configure Raid10 via text files... I would also like to experiment with this setup. Any related documents on how to do
2006 Jan 23
5
Bibtex database design
I am working a Bibtex database for my school using Rails and I need some idea on how to manage the bibtex types. I crated an Author and Publications model and put has_and_belongs_to_many relationship between them. The user model basically is like this: class User < ActiveRecord::Base has_and_belongs_to_many :publications end The Publication model has all the Bibtex fields
2005 Jun 29
2
Ogg Pages Play Time?
Are all audio pages in a Ogg/Vorbis stream the same size? do they have the same playback duration? I am developing a P2P streaming application where each client has to dowload the Ogg/Vorbis pages from other clients (peers) but I need to know how much time I have to download the next Ogg/Vorbis page before the playback reaches it. Something like numCurrPages = Total of Ogg Pages already
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries (20< photos). But as images increase and the user needs to scroll down the page it starts getting anoying to see all pictures... I thought pagination but then I saw this AJAX goodness http://www.apple.com/getamac/ads/ As you can see the videos scroll right/left when the arrows are pressed in a circular manner
2006 May 24
3
delete image through plugin file_column ?
how can i delete image through plugin file_column? -- Posted via http://www.ruby-forum.com/.
2005 Dec 28
1
Instance variables don''t persist between actions?
Following a simple example of the Rails book and using scaffolding I got a simple application to manage a user database. the controller is like: def new @user = User.new @text = "Hello World" end def create @user = User.new(params[:user]) if @user.save flash[:notice] = ''User was successfully created.'' redirect_to :action =>
2008 Apr 25
1
Elephant Dreams test video
I recently found these sample videos for codec/decode testing and was wondering if someone can give me more info on these files and how to use them. http://media.xiph.org/ED/ First I would like to know what is the frame rate needed for the ED-360 and ED-1080 to be sync with the audio samples?? Second what tool (specific command) can I use to convert this sequence of PNG files to raw YUV and to
2007 Oct 23
1
Possible errors in the spec..
I just downloaded the libtheora-1.0beta2 and found some sentences in the spec that I believe are wrong: 1 - In section 6.4.4 "DCT Token Huffman Tables" step one says: "For each consecutive value of hti from 0 to 80, inclusive". As I understand there should be only 80 tables so shouldn't it be "0 to 79, inclusive" instead of 80?? 2 - In section 7.4 "Macro
2008 Feb 27
1
Scalable Extension
With the newly released SVC (Scalable Video Coding) of H264 I was wondering if Ogg/Theora has any plans of following suit or are there plans to implement a better solution? the closest to SVC I have seen at Xiph is bitrate peeling but that never happened and to date does not seem to be in any TODO list. thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 15
4
leaky bucket on bursty multicast
Hi all, I have an average 2mbit multicast stream that once in a while bursts high (up to 20mbit/s) in short periods (about 200ms). Could anyone please help me with directions using tc for configuing leaky bucket shaping to this stream? I have a 5mbit/s ceiling. My system is running gentoo linux 2.6.14, and I have compiled in all QoS modules. Thanks. Oivind
2003 Jun 11
1
COX PH models for event histories?
This is a question about the use of the Cox proportional hazards model to analyze event histories. I am looking at the responses of sympathetic nervous system activity to a stimulus. The activity I observe is a burst that can only occur once per heart beat cycle (e.g., a binary count). Typically bursts occur in 60-80% of the heart cycles * sensory stimuli can modify these burst probabilities.
2020 May 22
2
Clients, not always connecting since about 2.4.1, 2.4.2.
Hi Philip, I'll do more testing and logging over the weekend and see how I go. At the moment I have 2.4.4 Win32 running on port 9000 @ http://radioinvercargill.nz:9000/ I'm not sure how good this will be from overseas as the queue is only about 8 seconds, burst about 4 seconds. It's adequate for xDSL/Fibre and 4G mobile over here and is on a 450Mbps upstream fibre line. I've
2004 Nov 18
5
burst question
This is one of my test classes: class htb 1:10 parent 1:1 prio 0 quantum 2048 rate 160Kbit ceil 400Kbit burst 1803b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 Q1: where does "level 0" stand for? Q2: where does this b/8 stand for? Q3: this is on a i386 platform, so timer resolution should be 10mS. According to the doc the minimal burst should be 10mS*160Kbit=1600. Why is it 1803? Q4: I
2006 Oct 21
1
Additional "icy-burst-size" header ?
Hello, I have a request for an additional header. This header is needed to inform the client of the burst it is going to receive. Why ? This header could be very usefull for the streaming-client to have an idea of it's delay, and (much more important) to be able to do early-on streaming. The question is not on how to implement this in code (probably send the header in the
2004 Jan 31
6
HTB dequeueing in pairs fixed
I posted earlier when I noticed that htb was releasing packets in pairs, even though my burst/quantums were 1 pkt. To fix I set HTB_HYSTERESIS 0 in net/sched/sch_htb.c . This gives a noticable gain in upstream worst case latency, for me with 256kbit/s up I used to see +90 sometimes, now it''s +45. For the many who have 128 up it should limit them to +90 rather than +180. Andy.
2006 Jan 08
2
HTB - not borrowing, not exceeding rate
Hello! I have a quite complicated setup. In my network on each interface there is bandwidth limitation for each user. Booth outgoing (on interface itself) and incoming (attached IMQ) traffic. There is main HTB class which limits bandwidth for whole interface and HTB subclasses for each user. Filtering is done with hashing filters. This setup was working correctly. But now in the network I
2012 Jul 23
2
Samba 4 on Production
We're involved in a project that the requirements could be satisfied with both samba3 and 4. Anyway I am testing what can be done with Samba4 and after following the tutorial published in the official wiki, I was able to create my test domain, and join WinXP and Win7 machines to it without a problem. I still need to test the GPO functionality, and some other stuff, but before continuing with