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

Despite connection, video not showed #5

Open
dannyboyukliev opened this issue May 14, 2014 · 3 comments
Open

Despite connection, video not showed #5

dannyboyukliev opened this issue May 14, 2014 · 3 comments

Comments

@dannyboyukliev
Copy link

Hi,

I installed your app on my device and tried to connect it to a RTSP stream from another device which is using Android. Unfortunately there is no video that is shown on the iPhone screen despite the connection.

The log says: No accelerated colorspace conversion from yuv320p to rgb24.

@dannyboyukliev
Copy link
Author

It doesn't even play the rtps's which are commented in theDFUViewController.m. It's just showing me a blank screen with no images or buttons. I haven't changed anything from the code.

@richhollis
Copy link

@dannyboyukliev I had a very similar problem initially (including a similar warning about the colorspace).

I'm using the simulator and the default device is iPhone Retina 3.5. The UI layout isn't high enough to see the play button at the bottom. If I change to iPhone Retina 4 then I can then see the Play button at the bottom and when I press it everything works as expected. I spent quite some time working this out though because I thought there was an issue with the ffmpeg libraries!

@t2wu
Copy link

t2wu commented Apr 23, 2015

Does this support live streaming? I played Wowza sample video and it worked fine. However, I played it on another live stream from IPCam, it took like 20~30 seconds for the ViewController to show. And it got SIGPIPE and crashed at

RTSPPlayer.m line 181 avformat_seek_file(pFormatCtx, videoStream, targetFrame, targetFrame, targetFrame, AVSEEK_FLAG_FRAME);
DFUViewController.m line 77 [video seekTime:0.0];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants