invoking simple http request using souphttpsrc

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

invoking simple http request using souphttpsrc

blganesh101@gmail.com
Hi I have a requirement to log certain information directly from the dash
demux or mpd parse to a http server.
could you suggest me how can i use souphttpsrc to invoke HTTP GET request?

If i use soup library directly like below, it fails with runtime errors
(undefined symbol soup_message_new)

  SoupMessage *msg;
  msg = soup_message_new ("GET", report_url_str);
  SoupSession *session = soup_session_sync_new();
  guint status = soup_session_send_message (session, msg);

Your help in this issue will be much appreciated.





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel