Luis de Bethencourt
Luis de Bethencourt
Is this still Open? I see a merged PR and a few commits that point to this issue.
I can work on the 1st item (reworking the script to parse rkt.conf), if this is up for grabs. Unless @akshaykarle wants to do it as a continuation.
I find the spirit of this project points in a great direction. Too bad it doesn't seem to have much activity, may I suggest adding a .adopt file to it?...
I thought it would be: curl -X GET http://localhost/subscriber/OPFeyRwNvjg/subscriptions/sport/ But all I get in return is: "{ "ignore_message": false }"
Figured it out. I had to create a simple HTTP server that listens to JSON Post requests and give that as the token of my device. Thanks!
I wrote the same thing to get this code to run and when I was about to push my changes I realized there was a PR already open. Please merge....
Hi @arturoc :) Let me know if I can help you with porting this to use @sdroege -sys. Happy to help
Cool! @arturoc, you will have a PR from me soon
Work in progress. Just wanted to check if I'm going in the right direction compared to your ideas. https://github.com/luisbg/gstreamer1.0-rs/commit/754502ba7a83347ad1850ea2d1dd0a4111a69377
My WIP patch has been updated with some small fixes. Like using c_char and c_uint, instead of gchar and guint. All the issues remaining are related to mismatched types. Which...