<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le samedi 01 mars 2014 à 14:04 +0000, cwbshaw . a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    * Downloaded the XML profile into Adobe Flash Live Media Encoder (I'm using v3.2).<BR>
    <BR>
    * Run wireshark and set it to filter for traffic to/from the ISP live stream server.<BR>
    <BR>
    * While wireshark is running, click 'Connect' in AFLME and enter the name and password when prompted.....<BR>
    <BR>
    * Once connected, use wireshark to expand the handshake packet which precedes the RTMP Netconnection.Connect.Success and extract the RTMP property values for app, tcUrl and swfUrl. <BR>
    <BR>
    * Use these parameters and those from their portal to construct a gst-launch rtmpsink string.....an example is below:<BR>
</BLOCKQUOTE>
<BR>
Unless the handshake is documented, the way forward is to reverse engineer this handshake and implement that. If it's HTTP base, then it will live outside gstreamer, if it's being done using a rtmp session, than you could considering adding authentication to rtmp with this particular method.<BR>
<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>