c++ - Developing a Chromecast Server -


i want develop chromecast server, written in c++ of nokia qt5 framework. ssdp , http working, can switch , play movies on youtube via android youtube app, chrome browser extension, android app "remotecast", chromecast setup tool windows , google music app on android can't find server. both of apps find server, device description xml content nothing happens. chrome browser extension gets application path ("/apps/chromecast"), returns desired json string response when asked - but, after that, remote url says should need receiver id.

can me that?

i need working device description , answers these questions:

  • what uuid for, sent usn header , sent device description?
  • must uuid different sent response headers , device description?
  • what "dial" services in device description needed? -> both descriptions cheapcast , leapcast aren't working find virtual device

thank me or trying things :)

edit

uuid's nonsense, seems there never used device :d dial services working far, device found chromecast browser extension , android youtube app :)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -