similar to: icecast2 mp3 header missing

Displaying 20 results from an estimated 5000 matches similar to: "icecast2 mp3 header missing"

2014 Oct 20
0
icecast2 mp3 header missing
On 10/20/2014 04:14 AM, coppla wrote: > Hi all, > > I?m using icecast2 to serve live streams in mp3. The streams can be played on Chrome or web views on Android, but it is very slow. Can you elaborate on "very slow", please? I fail to imagine what you mean by a stream playing back slowly and don't want to guess. > Then i tried ffplay (ffmpeg) to play the streams, it?s
2014 Oct 21
3
icecast2 mp3 header missing
Maybe you can try this stream: http://218.244.141.106:8000/test I?ve tried butt, which produced same result. If I force ffmpeg to treat the stream as mp3 (-f mp3 in input options), it?s fast, but still reporting "header missing". If you try this stream on chrome on any Android device, you?ll know what I mean by ?SLOW?. Thank you! Coppla Cheers!
2010 Jan 03
1
Swfdec and Ffmpeg only
Hi, I'm the founder and still very active developer of Puppy Linux, and a variant named Quirky. Puppy is a cut-down distro, typically 100MB live-CD. We have always used the Adobe Flash player, though I have stayed with the Flash 9 player (9.0.48.0) due to its smaller size. Puppy also has ffmpeg, xine-lib and gxine. Recently I have been experimenting with Swfdec and Swfdec-mozilla. I started
2008 Jul 05
2
[LLVMdev] ffmpeg on fedora core 8
hello mailinglist, i currently try to compile ffmpeg on a 64bit fedora-core 8 machine using llvm2.3. the "good" things first: everything works fine on a 32bit ubuntu-machine using llvm-2.3 (actually i do not know if that is grace to ubuntu or grace to 32bit) when using the normal gcc on the 64bit fc8 machine, everything works too. now the "bad" thing: it does not work on fc8
2007 Sep 05
1
VP6 issues in Swfdec
Hi, I'm one of the Swfdec[1] Flash player developers. As you may be aware, Flash uses VP6 as a possible video decoder. Someone recently grabbed all of the videos at http://pown.alluc.org and threw them at ffmpeg. Surprisingly, lots of them killed the vp6 decoder and in turn my browser. I'll attached a series of patches for issues that I could fix myself, and point out issues I could not
2023 Jun 29
1
Disable all checksum verification in flac/metaflac
Hello all, I?m trying to use flac and metaflac as tooling to analyze the generated FLAC files of a new encoder implementation. However, while my own third-party decoder can handle the output just fine, flac, metaflac, and other tools discard the output since the frame checksum (footer CRC-16) is invalid. This is expected, since I have no checksum generation implemented apart from the frame
2023 Jun 30
1
Disable all checksum verification in flac/metaflac
Hi, Is it possible for you to compile flac/metaflac yourself? Then you'll only need to remove a few lines, namely these 4: https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2118-L2121 and these 7: https://github.com/xiph/flac/blob/28e4f0528c76b296c561e922ba67d43751990599/src/libFLAC/stream_decoder.c#L2141-L2147 As you can see these lines
2009 Jun 05
1
macro block artifacts of ogv file converted from mpeg(libthusnelda I 20090527)
hi, there is a problem when i convert some mpeg files to ogv with libthusnelda I 20090527... i don't know it this helps you but i am sending information about it... when i convert an mpeg file ro ogv, there are macro block artifacts on the lower part of the video... but it doesn't happen all the time... description is below and you can download the video files form the link below if you
2017 May 15
8
Frauenhofer signing off on mp3, ogg stream player for Macs?
Fraunhofer Institute for Integrated Circuits has stopped providing licenses for MP3 technology, "[...] noting that more superior audio formats have rendered the MP3 obsolete. Speaking to National Public Radio (USA), the Fraunhofer Institute said AAC has since become the 'de facto standard for music download and videos on mobile phones.' "
2009 Jul 03
3
ffmpeg and zoneminder install problems
CentOs zoneminder users, I have been trying to install zoneminder on Centos 5.3 (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg which zoneminder has as a dependancy. There were no rpm's in centos or rpmforge so I have followed the instructions on the zoneminder website for a CentOs install. I have posted a note on the zoneminder list, but have not been able to get any takers
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi, and thank to you all for this great codec ! I have this bug on Debian Lenny with compiled packages of last svn versions of ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a valgrind log : pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib pre-barreau at augustins:~/video$ valgrind /home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't work with the ubuntu libspeex-dev package, but looks like it might with the Speex version 1.2rc1 tarball from http://speex.org/downloads/ How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version of libspeex in /usr/local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex?
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
If neither --enable-ffmpeg nor --disable-ffmpeg was given, try to find ffmpeg. If it wasn't found, print the warning, but don't fail. If --enable-ffmpeg was given, fail if ffmpeg is not found. If --disable-ffmpeg was given, don't print the warning, as the user already knows that ffmpeg won't be enabled. It's important that ffmpeg is not viewed as a hard requirement, as
2003 Oct 02
2
GNOME 2 port is broken?
The gnome2 port is broken? I updated the ports tree two time today, but the result is: rss@DaeMoN:/usr/ports/x11/gnome2> sudo make install clean ===> Installing for gnome2-2.4.0 ===> gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - found ===> gnome2-2.4.0 depends on executable: gnome-cd - found ===> gnome2-2.4.0 depends on executable: gnome-dictionary -
2010 Mar 04
2
libavcodec vp3 / theora decoder speedup
The vp3 / theora decoder in FFmpeg project received a major speedup: http://multimedia.cx/eggs/profiling-and-optimizing-theora/#comment-150751 http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6e8061980c9a18a0eb9802f5dc5becc349066680 http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=8476744ba50d26a3e188def192cd9086b0f781d7 http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=a51faef9b61bd80499a28322802ef4b22be44d43
2015 Sep 12
2
Video Playback devices supporting Speex audio
Hello, I have dozens of video files that were encoded using the speex format of audio and can not seem to find any video playback devices that support speex lol. Literally every playback device I've encountered (mac, 10.10.2) plays the videos w no sound. Do you know of any playback devices for the mac format that support speex? -------------- next part -------------- An HTML attachment was
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining about undefined symbols? This documents my attempt to build ffmpeg2theora from SVN on Mac OS X version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda built from SVN... jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/ ... Checked out revision 16330. jason$ cd ffmpeg2theora;curl -C - -O
2019 Jul 11
2
Need help with streaming to Icecast
Hi, I am having problems with sending a video stream to Icecast server. On the icecast management platform my stream is being considered as an audio stream?? and I am unable to play it I am with no ideas on how to solve this. Am I doing something wrong? Please take a look on the code bellow Thanks in advance genre various listener_peak 0 listeners 0 listenurl http://192.168.11.61:8000/gcs.ogg
2019 May 02
1
Webm files written without duration in header
Hey Roger and everyone else commenting – I appreciate all the advice and questions. I now have more work than before 😊! Greetings from sunny South Africa! Sent from Mail for Windows 10 From: Roger Hågensen Sent: Thursday, May 2, 2019 12:12 PM To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Webm files written without duration in header On 2019-05-01 11:58, Sytze Visser wrote:> I am
2019 Jul 11
1
Need help with streaming to Icecast
Hi Martin, Yes, I am using ffmpeg icecast protocol Marvin Scholz <epirat07 at gmail.com> escreveu em qui, 11/07/2019 às 20:53 : > On 11 Jul 2019, at 20:50, Pedro Constantino wrote: > > > Hi, > > > > I am having problems with sending a video stream to Icecast server. On > > the > > icecast management platform my stream is being considered as an audio