NoRulesJustFeels / Fling

Fling media to a ChromeCast device
351 stars 53 forks source link

Unable to playback local file #18

Open DHuckaby opened 11 years ago

DHuckaby commented 11 years ago

I verified that I am whitelisted correctly and I am running this on Mac OS X 10.8.5.

The use case is a simple one, load up the jar via command line passing through my app id and dragging and dropping a video into the program. The screen turns black until I eventually hit the stop button.

Logs: https://gist.github.com/DHuckaby/05688cf4953e82dd8839

Edit: Also, I tried multiple different video files and they all reacted the same. I tried both with compiling the application from master and from the linked jar in the readme, the logs above are from the readme jar.

NoRulesJustFeels commented 11 years ago

Have you tried different videos?

DHuckaby commented 11 years ago

Yes, in my edit of the post I mentioned that.

NoRulesJustFeels commented 11 years ago

I meant did you try different video file formats? Also, did you try to restart the Chromecast device. The logs seems to initially show the wrong app id, like a previous play attempt wasn't configured correctly.

DHuckaby commented 11 years ago

I just tried it with a mkv, it is giving me a different set of errors but this time it is at least populating the end timestamp.

https://gist.github.com/DHuckaby/ce4852f3a4ce0dc6f2da

DHuckaby commented 11 years ago

Also, I reset the device before doing this recent test.