cordova-plugin-streaming-media
cordova-plugin-streaming-media copied to clipboard
Add a basic example of the project to an example folder in the repo
Currently we have no example project and this prohibits review, testing, CI and so on. We need a basic example project.
https://github.com/Saqib92/streaming-media-example
Example project with ionic 4.
@Saqib92 thank you. at present, your example doesn't compile on both android and ios
What Errors are you getting? its working fine here.
@Saqib92 Does it work for youtube videos?
I am getting MediaPlayer Error: Unknown (1) -2147483648 Error streaming
I have just changed the URL in playStreaming() method.
@shamilovtim It did work for me just change the path of drawable-ldpi-icon's in config.xml and replace \ with /. It will work.
@Saqib92 Does it work for youtube videos? I am getting
MediaPlayer Error: Unknown (1) -2147483648 Error streaming
I have just changed the URL in playStreaming() method.
for youtube Videos you can use Cordova-youtube-plugin
@Saqib92 Yeah I got that that will be played by Cordova-youtube-plugin.