The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,261 other subscribers

Some ChromeCast URLs

Posted by jpluimers on 2017/02/01

I need to check these against a Chromecast v2 as the below URLs are from a v1 device:

More is possible by using cURL: Chromecast Hacking Has Begun | fiquett.com

sleep 8h; while true; do
curl -H "Content-Type: application/json" http://192.168.71.113:8008/apps/YouTube -X POST -d 'v=somevideo';
done

Related:

–jeroen

via:

3 Responses to “Some ChromeCast URLs”

  1. Frank said

    V2
    curl -H “Content-Type: application/json” http://192.168.2.11:8008/setup/icon.png
    RedirectThis page is redirected permanently to http://www.gstatic.com/eureka/images/eureka_device.png

  2. jpluimers said

    Via: https://plus.google.com/u/0/+JeroenPluimers/posts/2opH9sVVznt


    <service xmlns="urn:dial-multiscreen-org:schemas:dial">
    <name>YouTube</name>
    <options allowStop="true"/>
    <state>stopped</state>
    <discovery>DIAL,CastV2</discovery>
    </service>

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.