Can I use other player (maybe override existing?) in TVJS ? I following this tutorial: http://www.raywenderlich.com/114886/beginning-tvos-development-with-tvml-tutorial and I want to play other media stream(rtmp etc..). Normally I can use VLCKit, but can I use it with app based on TVML?
Thanks for help;)
This is absolutely possible, as you can bridge between JavaScript and native code.
There is a WWDC session video about that: https://developer.apple.com/videos/play/wwdc2013-615/
Basically, it should be mainly a matter of passing the URLs you want to play from your JS to VLCKit's ObjC bindings.