Git Product home page Git Product logo

urlplayer's People

Contributors

aarubui avatar ab avatar bobvann avatar jimdigriz avatar tbertelsen avatar vickyg3 avatar vigneshvg avatar zmedico avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

urlplayer's Issues

Buffer length?

The source code doesn't define any but is it possible to reduce the buffer? Playing an audio stream (http) and the initial buffer is close to 30 seconds, no matter the codec used, mp3 or ogg. (the stream is from my LAN). Videostream can play video files in an instant so everything else is works like a chram.

Online version

It would be nice if you could update the hosted version of the UrlPlayer with latest changes, so that users can join the new functions of the player

This is not a issue but a suggestion to add clickable links to play with your great script

I add clickable links at the bottom of your script to play with many Videos aud audio format.

`$(function(){
$('.vidlink a').click(function(e){

e.preventDefault();

if (player.session == null) {
return;
}
var url = decodeURIComponent($(this).attr('href'));
var contentType = getContentType(url);
player.loadMedia(url, contentType);
$('#player_now_playing').html(url.split(/[\\/]/).pop());
$('#controls').show();

/*temporaire*/
$('#url').val(url);

});
});`

unsupported URL

Can someone tell me why the following isn't supported?

https://stream.test.co.uk/content/258c42264cc71f2c6c234ba0c4f0c9b7e8494b13/files/this%20is%20a%20test%20(2016)%20%5BARAVO%5D%2Fthis.is.a.test.2016.720p.BluRay.x264-%5BARAVO%5D.mp4

When I connect to the cast and click play the control UI is displayed, but the movie doesn't play on the cast. I am not sure if this is a chromecast problem or there is something in URL that is unsupported. When using a browser the file streams no problem.

The URL is internal and yes the Chromecast is using the same DNS as the browser :-)

"Send URL" as browser extension

An idea for your consideration: I often play MP4's directly in the browser. I would love to send the current URL in the address bar directly to the Chromecast.

(Interestingly, the Cast... command built into Chrome will mirror the tab but not send the URL.)

Going a step further, detect compatible URL file extensions on the page, and put a Cast icon next to them.

Grammar nit

A simple web app to cast any video given it's URL to Chromecast.
"its" instead of "it's" :)

Not an issue, but a nice idea

I really like your script and it works really well while looking nice.

Would be a really nice feature to be able to generate some kind of playlist of urls/files that are simply played one after another.

Doesn't connect with Chromecast

I think that with the latest changes introduced by Google, the Chromecast extension is no longer independent (it has been removed) and is now included inside Chrome.

Right now the web app does not connect with Chromecast

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.