search for: tbr

Displaying 20 results from an estimated 143 matches for "tbr".

Did you mean: tar
2020 Sep 24
5
call an IP camera?
...ead of streaming audio, bridge with the video stream from the camera. It would be very cool if I could just call the camera and see what's going on. Ffmpeg shows the following streams available from the camera: Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 fps, 12 tbr, 90k tbn, 24 tbc Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, 12 tbr, 90k tbn, 24 tbc Perhaps it's not even necessary to recode the stream?
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
...seconds. Here is ffmpeg2theora output: $ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\ prinssina.AVI Input #0, avi, from '2002-05-23 Juho prinssina.AVI': Duration: 00:02:36.76, start: 0.000000, bitrate: 107321 kb/s Stream #0.0: Video: rawvideo, yuyv422, 720x576, 25 tbr, 25 tbn, 25 tbc Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Resize: 720x576 0:02:36.76 audio: 78kbps video: 8080kbps, time elapsed: 00:13:26 $ ffmpeg2theora --inputfps 25 -F 25 196X\ Juhani\ pienen?\ LAAJEMPI\ VERSIO.AVI Input #0, avi, from '196X Juhani pienen?...
2005 Dec 29
1
use of tapply?
...I was hoping someone could take the time to show me how I can rewrite this code? Many thanks Tom data.intersects<-data.frame( x=c(0.230,0.411,0.477,0.241,0.552,0.230), y=c(0.119,0.515,0.261,0.431,0.304,0.389), angle=vector(length=6), length=vector(length=6), row.names=c('tbr','trg','dbr','dbg','pbr','pbg')) calcDist<-function(x,y){ #calcualates distance from origin (C) origin<-data.frame(x=0.34,y=0.36) dx<-origin$x-x dy<-origin$y-y length<-sqrt(dx^2+dy^2) angle<-asin(dy/length)...
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
...put.ogv That's exactly what I tried with the latest 0.24 release of ffmpeg2theora: ffmpeg2theora-0.24.linux32.bin img-%03d.png -o output.ogv Input #0, image2, from 'img-%03d.png': Duration: 00:00:12.00, start: 0.000000, bitrate: N/A Stream #0.0: Video: png, yuv420p, 1280x720, 25 tbr, 25 tbn, 25 tbc Resize: 1280x720 Segmentation fault The same problem happens with the release in Ubuntu 9.04, and with the 0.22 release. I haven't tried earlier releases yet. To reproduce this issue, you can get the images from the tarball on http://free-electrons.com/issues/ffmpeg2theora-j...
2018 Aug 04
2
DNAS v1 YP
...re no plans to add that. And personally I would oppose such an > addition. (Thats just my opinion, not sure what the opinion of the other > Icecast developers is about that.) Last I heard they were accepting YP submissions (only for MP3 and AAC though) from Icecast servers. Did that change? TBR
2018 Nov 03
2
limit-rate
...t; One is e.g. to use a combination of iptables and tc. > What's the problem you are solving? > > > > Do you know why this option has disappeared, and from which version? > > Again, this has never existed in a stable and official Icecast version. > > > Cheers, > TBR > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachmen...
2014 Nov 18
1
hostname resolution in libshout
...work around breakage like this > > (which can > > occur at intermediate routers as well as at servers). > > > > The http module in the opusfile library has an implementation of > > this if > > you want code to borrow. > > > > > TBR > _______________________________________________ > Icecast-dev mailing list > Icecast-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/at...
2014 Dec 18
2
Icecast Over ssl
...ly. >> >> Sorry! I wanted to say I didn't know it it had support. I don't know why I've written that! :S >> >> That's what happens by replying with my mind in other things, I suppose... > > > No worries, now you know. :-) > > > >> > TBR >> > > >> > > HTH, >> > > >> > > Xabier Oneca_,,_ >> > > >> > > El 18/12/2014 21:15, "Daelynn Baudais" <daelynn.baudais at shaw.ca >> > > <mailto:daelynn.baudais at shaw.ca>> escribi?: >>...
2019 Sep 09
6
multiple instances?
wilderzone.radio.2: > Hello, unosonic, > > Okay, we'll do it this way as it appears to be the only sane way... > THIS is the xml config file that I've been using for ONE STREAM ONLY. but it's not the config file you're using actually at your site. can't find any mountpoint called /rock ... there must be another one...
2014 Dec 18
6
Icecast Over ssl
Hi, Can the Icecast stream be served over an ssl (https) connection? If so, can you please tell me how to accomplish this? Thanks, Daelynn. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20141218/185fa162/attachment.htm
2020 Sep 24
0
call an IP camera?
...it like a music stream such as music on hold? > It would be very cool if I could just call the camera and see what's going > on. Ffmpeg shows the following streams available from the camera: > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 > fps, 12 tbr, 90k tbn, 24 tbc > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, > 12 tbr, 90k tbn, 24 tbc > > Perhaps it's not even necessary to recode the stream? Very likely, but what you're looking at there is the media format; you also need some sort...
2020 Sep 24
1
call an IP camera?
...it like a music stream such as music on hold? > It would be very cool if I could just call the camera and see what's going > on. Ffmpeg shows the following streams available from the camera: > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12 > fps, 12 tbr, 90k tbn, 24 tbc > > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps, > 12 tbr, 90k tbn, 24 tbc > > Perhaps it's not even necessary to recode the stream? Very likely, but what you're looking at there is the media format; you also need some sort...
2012 Apr 17
2
Any android source client for icecast ?
Hi everybody. Any development on this? Andrea Thomas.Rucker wrote: > > He's asking for a SOURCE client, not a _listener_ client. > > I don't think such a thing exists at the moment. > > > TBR > > -- View this message in context: http://old.nabble.com/Any-android-source-client-for-icecast---tp30375352p33700728.html Sent from the Icecast - General mailing list archive at Nabble.com.
2018 Nov 01
3
compile Icecast 2.4.4 with Open SSL?
How do I compile Icecast 2.4.4 with openssl support?
2018 Nov 02
2
compile Icecast 2.4.4 with Open SSL?
On Fri, Nov 02, 2018 at 11:46:52AM +0000, Thomas B. Rücker wrote: > Usually that question comes from Ubuntu or Debian users. > In which case we recommend: > https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories) > Those official Xiph.org packages are built against openSSL. Could someone kick the build process, please? 2.4.2-2 is the latest
2018 Nov 04
0
limit-rate
On 11/03/2018 09:53 PM, Mickael MONSIEUR wrote: > Hello, > Thank you for your response. > It is on the kh version.. That's not a version. That's completely different software at this point. It's also not Xiph.org, but published by Karl. TBR > Le sam. 3 nov. 2018 à 21:47, Thomas B. Rücker <thomas at ruecker.fi > <mailto:thomas at ruecker.fi>> a écrit : > > Hi, > > On 11/03/2018 07:33 PM, Mickael MONSIEUR wrote: > > Hi, > > Where is the mount option 'limit-rate' in the...
2019 Mar 24
2
Icecast 2.5 release
Hello! I see that version 2.5 is still in beta2, with very interesting features for me (like improved support for TLS). Does anyone know when it will be launched stably? Any estimated date? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190324/2960ffc6/attachment.html>
2019 Aug 30
2
Ref. Questions about using libcurl
Hello, I have already installed and active the icecast2 server. But how to use libcurl with icecast. Already downloaded to the windows version and tried everything, but could not. Please help me. Thanks in advance for your time. Flavio -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Sep 09
1
multiple instances?
...d config file by name of icecast_run.xml) I am not familiar with a file called "icecast_run.xml". Could this be a local modification to your installation? You should be able to check which one is used by opening the "icecast.bat" file that you are using to start the server. TBR
2019 Sep 09
1
Ref. Questions about using libcurl
...t how to > > use libcurl with icecast. Already downloaded to the windows version > > and tried everything, but could not. Please help me. > > > I'm not quite sure what you are trying to do with libcurl. Could you > please explain what you are trying to do? > > > TBR > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachmen...