In another thread here some of us were trying to figure out how to stream video from an Amiko STB to a non-android device. Someone complained that it was off topic, and I agree that it wasn't the original intention of the 'Pros and cons' thread to delve deep into some technical stuff. But I still think there is a good chance that we can work together and figure out how to do it.
Here is what I saw yesterday in my WireShark packet capture of a Big2Small session:
First (and I didn't see this in my post yesterday):
GET /cfg/get_channel_list.cgi
Then Big2Small is using port 554 and 'GET' style request parameters to specify what I requested to watch. In this case it was NBC West on C-Band.
rtsp://192.168.2.101:554/?alisatid=16&freq=3780&pol=v&msys=dvbs2&mtype=8psk&ro=0.35&plts=on&sr=29999&fec=0&camode=0&vpid=520&apid=781,782,783,784&ttxpid=8191&subtpid=8191&pmt=267&prognumber=12&pids=520,781,782,783,784,8191,8191,520,267
Finally, Big2Small starts playing the stream by sending this:
rtsp://192.168.2.101:554/stream=1
After that, the Amiko responds with lots of MPEG-II transport stream packets for the Android device to play.
The question is: How can we get something like VLC player to do this on Windows?
I can send a WireShark capture if anyone here is interested .
Here is what I saw yesterday in my WireShark packet capture of a Big2Small session:
First (and I didn't see this in my post yesterday):
GET /cfg/get_channel_list.cgi
Then Big2Small is using port 554 and 'GET' style request parameters to specify what I requested to watch. In this case it was NBC West on C-Band.
rtsp://192.168.2.101:554/?alisatid=16&freq=3780&pol=v&msys=dvbs2&mtype=8psk&ro=0.35&plts=on&sr=29999&fec=0&camode=0&vpid=520&apid=781,782,783,784&ttxpid=8191&subtpid=8191&pmt=267&prognumber=12&pids=520,781,782,783,784,8191,8191,520,267
Finally, Big2Small starts playing the stream by sending this:
rtsp://192.168.2.101:554/stream=1
After that, the Amiko responds with lots of MPEG-II transport stream packets for the Android device to play.
The question is: How can we get something like VLC player to do this on Windows?
I can send a WireShark capture if anyone here is interested .