cleoag / android-openmxplayer

Automatically exported from code.google.com/p/android-openmxplayer
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Not able to stream live AACf files ? #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set this AAC live stream URL as custom URL in the app: 
http://icecast.omroep.nl:80/radio2-liedkunst-aac
2. Click "Play"
3. Get "Error!" message

What is the expected output? What do you see instead?

The app should be able to stream this AAC live stream. It reads perfectly mp3 
live stream but not AAC live streams.

What version of the product are you using? On what operating system?

Version 1 of the app on Android 4.2.2 (Samsung S4)

Please provide any additional information below.

The bug happens in OpenMXPlayer.class in the "public void run()" method.

When the "extractor.setDataSource(this.sourcePath);" line is executed, I get 
the following exception : "extractor.setDataSource(this.sourcePath);"

Any idea how to fix this problem to be able to read live AAS streams ?

Original issue reported on code.google.com by regis.an...@audioguidia.com on 30 Jun 2014 at 9:03

GoogleCodeExporter commented 8 years ago
Note that I wanted to speak about "AAC stream files" and not "AACf" or "AAS" 
files ! Typing mistakes !

Original comment by regis.an...@audioguidia.com on 30 Jun 2014 at 9:06