question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Play remote url is taking so long to start

See original GitHub issue

Hi, I´m trying to stream this url “http://208.115.213.242:9306”. When start play is taking like 40 seconds to start play. Maybe i missing a configuration?

`IMediaFile mediaFile = new MediaFile { Type = MediaFileType.Audio, Availability = ResourceAvailability.Remote, Url = _appSettings.RadioUrl };

            await _mediaManager.Play(mediaFile);`

await CrossMediaManager.Current.Play("http://208.115.213.242:9306", MediaFileType.Audio)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
CSkoubocommented, Mar 12, 2018

If you want a prerelease, then take a look at the cake script and try to make it work. I am currently busy with the multi target implementation. When that is done ill take a look at cake, if none else has.

I have uploaded some nugets i made my self, for a project. They are latest develop, but with no track selection as it crashes.

https://www.myget.org/feed/temp-mediamanager/package/nuget/Plugin.MediaManager https://www.myget.org/feed/temp-mediamanager/package/nuget/Plugin.MediaManager.ExoPlayer

If you want me to remove it @martijn00 just ping me 😃

0reactions
martijn00commented, May 18, 2018

I don’t have time to fix up the missing pieces, or the other feature requests right now. I’m available for hire to fix this up and integrate changes into your project if you or anyone else wants. Drop me an email or message and we can talk about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Play remote url is taking so long to start #345
Hi, I´m trying to stream this url "http://208.115.213.242:9306". When start play is taking like 40 seconds to start play.
Read more >
AVPlayer takes lot of time to start playing song from url
im new to swift development.Im working on a music player app. Im using AVPlayer to stream music from url. It is playing music...
Read more >
AVPlayer slow loading | Apple Developer Forums
I'm using AVPlayer to play mp3 files from a remote url. i'm having some issues with the initial loading time of the mp3,...
Read more >
How to troubleshoot Remote Play connection issues
Launching a game that does not support Remote Play. ... Uninstall the PS Remote Play application using the directions below, then reinstall the...
Read more >
A connection to the server could not be established error ...
The URL will open the same Login screen what you got in small in the Remote play app. Enter your account details. Step...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found