antoniobesta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017
07:44 PM
SceneGraph AudioNode audio only with AAC
hi ,
I doing some test on a Premiere Plus with OS 7.5.1
AudioExamples.zip doesn't work
audio codec AC3 = not working
audio codec AAC = working
video live and VOD streaming with HLS m3u8 work.
VOD MP4 & MKV container H264 with one or 2 channels (EN/FR) audio AAC are working.
the missing part:
I am trying to received audio streams only in MPEG4 AAC
Is it possible to play audio only on the video player.
audio node support only MP3
video player support MPEG4 with audio AAC
mysettings:
streamFormat: "mp4"
ContentType: "audio"
Stream: "http://17253.live.streamtheworld.com/CHOMFMAAC.aac"
I doing some test on a Premiere Plus with OS 7.5.1
AudioExamples.zip doesn't work
audio codec AC3 = not working
audio codec AAC = working
video live and VOD streaming with HLS m3u8 work.
VOD MP4 & MKV container H264 with one or 2 channels (EN/FR) audio AAC are working.
the missing part:
I am trying to received audio streams only in MPEG4 AAC
Is it possible to play audio only on the video player.
audio node support only MP3
video player support MPEG4 with audio AAC
mysettings:
streamFormat: "mp4"
ContentType: "audio"
Stream: "http://17253.live.streamtheworld.com/CHOMFMAAC.aac"
5 REPLIES 5
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017
08:40 PM
Re: SceneGraph AudioNode audio only with AAC
Try StreamFormat = "es.aac-adts". May or may not work.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
antoniobesta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
05:26 AM
Re: SceneGraph AudioNode audio only with AAC
hi,
I work with StreamFormat = "es.aac-adts"
thanks
I work with StreamFormat = "es.aac-adts"
thanks
antoniobesta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
05:42 AM
Re: SceneGraph AudioNode audio only with AAC
one more note on audio channels.
ROKU detect only one audio channel with MP4 container ( MP4 H264 with 2 audio channels in AAC EN/FR )
ROKU detect the two audio channels with MKV container ( MKV H264 with 2 audio channels in AAC EN/FR )
so, with MKV container I can select French speaking or English speaking.
but not support in MP4
Antonio
ROKU detect only one audio channel with MP4 container ( MP4 H264 with 2 audio channels in AAC EN/FR )
ROKU detect the two audio channels with MKV container ( MKV H264 with 2 audio channels in AAC EN/FR )
so, with MKV container I can select French speaking or English speaking.
but not support in MP4
Antonio
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
02:53 PM
Re: SceneGraph AudioNode audio only with AAC
I believe you mean streams, not channels. If that's a question, then yes and no. There is (was?) a way to choose the language of the audio stream in an MP4, but not via the remote. You have (had?) to select the language before you start playing the video. Since the roVideoXxx components are going away, I don't know if it's possible with the roSG stuff or not. In short, if you want to be able to switch languages/streams easily, use MKV.
I don't know if it's worth mentioning, but if using a MP4 container, you had to choose the language of the stream. There was no way to choose between two streams of the same language. MKV doesn't have that limitation (except on a RokuTV, but that's a topic for another thread).
-JT
I don't know if it's worth mentioning, but if using a MP4 container, you had to choose the language of the stream. There was no way to choose between two streams of the same language. MKV doesn't have that limitation (except on a RokuTV, but that's a topic for another thread).
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
antoniobesta
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2017
09:49 AM
Re: SceneGraph AudioNode audio only with AAC
these infos solved my issues with audio
thanks you very much for your help
A
thanks you very much for your help
A