Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio only rtsp , use branch ExoPlayer-dev-v2-rtsp #5196

Closed
zettyfactory opened this issue Dec 4, 2018 · 2 comments
Closed

Audio only rtsp , use branch ExoPlayer-dev-v2-rtsp #5196

zettyfactory opened this issue Dec 4, 2018 · 2 comments
Assignees

Comments

@zettyfactory
Copy link

zettyfactory commented Dec 4, 2018

I am testing rtps with the demonstration app of ExoPlayer-dev-v2-rtsp branch
All of the URLs in the demo will work fine.
Ex) rtsp: //213.58.156.180/live/ch00_0

However, the url I added is not executed.
ex) rtsp://115.68.15.116/efm,
rtsp://live.febc.or.kr/LiveFm

One thing in common is the radio with audio data only.
In other apps, everything is a well-executed url.

What is the problem? I need help.

@erdemguven
Copy link
Contributor

RTSP is not officially supported. Adding support is tracked by #55

@erdemguven erdemguven self-assigned this Dec 5, 2018
@portizb
Copy link

portizb commented Mar 13, 2019

I am testing rtps with the demonstration app of ExoPlayer-dev-v2-rtsp branch
All of the URLs in the demo will work fine.
Ex) rtsp: //213.58.156.180/live/ch00_0

However, the url I added is not executed.
ex) rtsp://115.68.15.116/efm,
rtsp://live.febc.or.kr/LiveFm

One thing in common is the radio with audio data only.
In other apps, everything is a well-executed url.

What is the problem? I need help.

@zettyfactory The RTSP dev branch only support G.711, AAC and AC3 audio codecs (over RTP). You are trying playback urls which contains audio track with WMA2 (Windows Media Audio). Sorry but that audio codec is not supported.

@google google locked and limited conversation to collaborators May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants