FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › RSP ( not RCP ) documentation
- This topic has 2 replies, 3 voices, and was last updated 16 years, 3 months ago by
rpedde.
-
AuthorPosts
-
06/03/2007 at 9:19 PM #1163
sansp00
ParticipantDoes a documentation of the RSP (not RCP) protocol exists somewhere that we could use. There is an implementation of the protocol in Firefly, but no docs anywhere.
The discussion thread on the Roku site seems to be heading nowhere … So Im trying my luck here.
What are the diffs/purposes/pros and cons between the RCP and the RSP ?
Thanks
Patrick S.07/03/2007 at 8:09 AM #9476CCRDude
Participant@sansp00 wrote:
Does a documentation of the RSP (not RCP) protocol exists somewhere that we could use. There is an implementation of the protocol in Firefly, but no docs anywhere.
It really isn’t difficult to debug imho. Take a look at the rsp_uri_map and you have it. If you think you can write code that accesses the server through RSP, you surely could understand RSP by simply looking at that array and trying out http://a.b.c.d:port/rsp/info/ etc..
@sansp00 wrote:
What are the diffs/purposes/pros and cons between the RCP and the RSP ?
RCP = Roku Control Protocol
RSP = Roku Server(?) ProtocolSo the differences are obviously the side they’re for. RCP is for controlling the client, RSP for serving from the server. There’s no pros and cons since its apples and peaches – not intended for the same thing.
07/03/2007 at 7:04 PM #9477rpedde
Participant@sansp00 wrote:
Does a documentation of the RSP (not RCP) protocol exists somewhere that we could use. There is an implementation of the protocol in Firefly, but no docs anywhere.
The discussion thread on the Roku site seems to be heading nowhere … So Im trying my luck here.
What are the diffs/purposes/pros and cons between the RCP and the RSP ?
Thanks
Patrick S.I’m working on getting formal documentation.
— Ron
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.