I cannot find any info on how to auth with user/password to the akamai server using rtmpsink.
I tried various schemes: location=rtmp://server/app/play pubUser=user pubPaswd=pwd location=rtmp://user:pass@server/app/play location=rtmp://server/app/play user=user pasword=pwd location=rtmp://server/app/play?user=user&pasword=pwd g_object_set(rtmp_elem, "pubPaswd", pwd, NULL) .... nothing seems to work, I get "server closed the connection" message immediately form akamai. or should I write to librtmp mail list instead? thank you Yakov _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Yakov You may find some useful information about using GStreamer to feed Content Distributions Networks on this page http://sourceforge.net/p/snowmix/wiki/Snowmix%20and%20CDNs/akamai_server='INSERT_YOUR_AKAMAI_SERVER_NAME_HERE' akamai_user='INSERT_YOUR_AKAMAI_USER_NAME_HERE' akamai_pass='INSERT_YOUR_AKAMAI_PASSWORD_NAME_HERE' flashver='FME/3.0%20(compatible;%20FMSc%201.0)' akamai_flashver="flashver=FMLE/3.0(compatible;FMSc/1.0) playpath=I4Ckpath_12@44448"It will be really helpful if you tell how far you get with this so I can update the information. On Thu, Nov 12, 2015 at 2:14 PM, Yakov Sudeikin <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thank you, good to know I am on the right path, bt here is my command: this either crashes silently (core dumped) or says: 0:00:02.714325843 11713 0x1534320 ERROR rtmp :0:: PublisherAuth, Authentication failed: unknown auth mode: [ AccessManager.Reject ] : [ authmod=adobe ] : ?reason=cannot_load_password_file 0:00:02.714489954 11713 0x1534320 ERROR rtmp :0:: rtmp server requested close I looked all possible manuals (gstreamer, akamai, librtmp, stackoverflow), and cannot find anything about authentications methods or password_files. Thank you, Yakov On Thu, Nov 12, 2015 at 5:07 PM, Peter Maersk-Moller <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Yakov. You are probably getting closer. However I hope the username and password in your example are not yours ....In my previous post, I also list the slashver I use for YouTube/Ustream. It was different from the one for Akamai. You may want to try out different versions and perhaps throw in a couple of '%20' as shown in the flashver example. It may or may not be needed. Peter MM On Thu, Nov 12, 2015 at 4:19 PM, Yakov Sudeikin <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Peter Maersk-Moller-2
On Thu, Nov 12, 2015 at 6:16 AM Peter Maersk-Moller <[hidden email]> wrote:
[snip] > You may find some useful information about using GStreamer to feed Content Distributions Networks on this page http://sourceforge.net/p/snowmix/wiki/Snowmix%20and%20CDNs/ Doesn't have a license on it. Can I use it with a LGPL 3 license? I think that is what gstreamer uses internally, and maybe I can make a livestream bin. > The trick is to compose a rather complicated location string. I haven't tested the Akamai setup recently, so expect some changes needed. The location string was reverse engineered using Wireshark. Did you figure out the mp3/aac encoding this way too? It's very frustrating the lack of documentation on what distribution networks will accept. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |