I am trying to make a mobile application for my Samsung Smart TV that would not only open one of the apps on the TV (e.g. Netflix, Pandora, Hulu etc.), but would also take in the 'extra parameters' to directly play the multimedia content for me on the TV rather than simply opening the app on the TV and me having to select what I want to play manually through the remote control.
Can any of these apps be invoked with 'extra parameters' (like, content id, song name, song id, TV show id, etc.) to play them directly? thanks!
Updated the question post Jeremy's response:
I used Wireshark on my android phone to trace the POST request that goes to Netflix on my PS3 to play a movie. The request is posted below. I am trying to reconstruct this POST request to play the movie "programmatically".
I see that the request has parameters "hmac" and "ciphertext", but I do not see any reference to the "movie_id" or anything like that in the POST parameters. I know that Netflix uses DIAL protocol.
Can someone help me understand how I can attempt to reconstruct the POST request and reverse engineer the request parameters?