So I have multiple VLCMediaPlayers like so
Code: Select all
player1 = [[VLCMediaPlayer alloc] init];
[player1 setDrawable:view1];
[player1 setMedia:[VLCMedia mediaWithURL:[NSURL URLWithString:@"rtsp://10.10.10.10/channel=1_stream=1.sdp?real_stream"]]];
[player1 play];
[1829ea74] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[1829ea74] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[1829ea74] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[1829ea74] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
[1829ea74] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
Plus the Videos are all static the frame stays the same and every 5 to 10 minutes the frame updates
You can tell because the clock in picture does not change
1) Is there a way to have multiple rtsp streams at once ?
2) How can I tell which player is generating the console message ?
3) Would it be better to to use something like DVBlast
and feed all the cameras to a 1U server on the network (Can you even, input RTSP streams to DVBlast ?)
and then RTP Multicast one stream from the server to the iPad?
4) Is there another option that is better ?
Thanks in advance