简体   繁体   中英

Play audio live stream on Samsung tizen

Looking for the best way to play Audio live stream such as http://radiocast-rr-d.vidnt.com/ipbc_IPBC80-90LA On Samsung Tizen TV.

I tried some ways the best way was with JW Player and the streaming load very slow.

Thanks

Samsung's example content is quite thorough. Have a look here:

https://developer.tizen.org/development/training/native-application/creating-applications-multimedia/audio-playback-and-recording https://developer.tizen.org/development/sample/native/Multimedia

The file you supplied is aac so it should play fine.

From memory you should also be able to use the HTML5 audio tag:

<audio controls>
  <source src="xxx.aac" type="audio/aac">
</audio>

There's Samsung Product API: AVPlay

You may check this one, This Guide shares how an application can play media content using the AVPlay API:

Using AVPlay Guide

AVPlay API References

you might try using NexPlayer, it has a very nice streaming performance for Tizen TV apps!

https://github.com/NexPlayer/TizenWebOS

https://www.nexplayersdk.com/tizen-player/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM