RTSP play extention with mov,3gp and mp4 in iOS SDK - ios

I'd like to stream ,play video from RTSP url
rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov with also in 3gp,mp4
i have download test code
this is working fine with rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov but not able to play with 3gp and mp4
can we play video with audio ?

look at this project for some hints
https://github.com/mooncatventures-group/WebStreamX_flv_demo/
Its similar to the other gits but shows how to play a video locally, also answered similar question on the github issue log for you

Related

Flutter HLS (m3u8) format video from asset not playing on the iOS device

I'm facing a problem with the video player. HLS (m3u8) video from the asset is not playing on the iOS device. I've downloaded all the ts chunk files with playlist.m3u8 and copied them to the asset folder. Android there is no issue it's playing fine from the asset but on the iOS device it's not playing and the error log also not throwing.
Any solution? How to play HLS (m3u8) video from the asset/local on the iOS device.
Using: video_player: ^2.3.0
Thanks in advance!
If you need to access videos using HTTP (rather than HTTPS) URLs, you will need to add the appropriate NSAppTransportSecurity permissions to your app's Info.plist file, located in /ios/Runner/Info.plist.
See Apple's documentation to determine the right combination of entries for your use case and supported iOS versions.

How can i play / stream youtube video in MWPhotoBrowser

i want to stream youtube videos in MWPhotoBrowser in my iOS app, i searched a lot for this but did not got any success as same issue. If anyone have used or using this library please help.

Online streaming of .ogg audio file in iOS

I want to play a .ogg audio file in iOS. This is the link of URL :-
http://strm.pistache.org:8443/pistache-tel.ogg
I have found some code from Github but that are not doing online streaming.
Can anyone knows the solution for playing .oog file from URL?
There is not any Direct API of IOS to achieve this, but you can use some Library created to Play .OGG files or you can yourself made one of that using ibvorbis 1.3.3
Check out IDZAQAudioPlayer.
https://github.com/iosdevzone/IDZAQAudioPlayer

Video player for playing .mpd files

I want to play .mpd files in iPhone app and for that I tried VLC player but it's not working as per expectation and taking too much time to play the video. Is there any other option which i can use to play .mpd files like exoplayer in Android.
I have already implemented VLC media player for this purpose but now I'm looking for another option. Please help if any body have any idea about that.
Google has released a player that can be used with or without their widevine DRM.
https://github.com/google/universal-dash-transmuxer

AIR for iOS - Unable to play F4V video with StageVideo

I'm trying to play a F4V video with H264 encoding using StageVideo on AIR for iOS (iPad).
I'm using F4V because I need cuePoints in the video.
My video player works when using MP4 instead of F4V.
Is there a solution to play F4V in AIR for iOS through StageVideo? Or a way to embed cuePoints metadata in an MP4 file?
Check out this link -> Adobe AIR 3.7 - Bug 3558253
There is however a working example for local files as .zip for H264
I've not found any solutions to make it work.
So, i've ended up with a solution which play MP4 (H264) video and loading a text file filled with cuepoints informations (JSON loaded via URLLoader).
Then, i'm parsing the text file and handle CuePoints manually.
Hope it helps someone.

Resources