Anuran Barman

Results 9 comments of Anuran Barman

> I have released a new version [v1.6.3](https://github.com/FaisalUmair/udemy-downloader-gui/releases/tag/v1.6.3) which includes a workaround for the login problem. The new version brings Udeler Authenticator (A chrome extension for easily authenticating a Udemy...

flutter_launcher_icons is just for automatic adding of launcher icons on both platform. You can just remove the part in yaml file and manually add those in respective platform.

Whoaah. Thanks for sharing the link. I needed that.

general convention for rtsp streaming will be rtsp://USERNAME:PASSWORD@IP_ADDRESS:PORT/videoSub

You can initialize it like this ```swift let drawerController = KYDrawerController(drawerDirection: KYDrawerController.DrawerDirection.left, drawerWidth: 200) ```

App is not given the camera and microphone permission. Go to settings of your phone and from apps section select RTMPPublisher and click on permissions and allow two permissions

I am justing using the demo source you have provided: ``` const RtspServer = require('rtsp-streaming-server').default; const server = new RtspServer({ serverPort: 5554, clientPort: 6554, rtpPortStart: 10000, rtpPortCount: 10000 }); server.start().then(()...

> It happens because the testing framework you are using assumes you are running the test in the browser, but you are running the code in the node environment. Go...

With flutter 1.0 lot of things has changed. To be specific whole process of using plugins has changed. So needs changes when using On Sun, 30 Dec 2018 at 12:12...