qyplayer

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

qyplayer

qyplayer #
Install #
add qyplayer as a dependency in your pubspec.yaml file.
iOS #
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
Android #
If you are using network-based videos, ensure that the following permission is present in your Android Manifest file, located in
<uses-permission android:name="android.permission.INTERNET"/>
copied to clipboard
macOS #
If you are using network-based videos, you will need to add the com.apple.security.network.client entitlement
Sample #
import 'package:qyplayer/qyplayer.dart';

QYPlayer(
width: MediaQuery.of(context).size.width,
height: MediaQuery.of(context).size.height,
src: 'http://live.m2.tv/hls3/stream.m3u8',
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.