• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Server Side Actionscript for HTTP Streaming Connections, is it supported?

New Here ,
Nov 18, 2014 Nov 18, 2014

Copy link to clipboard

Copied

Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.

Is this possible?

Views

374

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 20, 2014 Nov 20, 2014

What you can do is to write your own apache module, which will entertain certain requests and create appropriate http responses as well as communicate to rtmp server separately.

Votes

Translate

Translate
Adobe Employee ,
Nov 20, 2014 Nov 20, 2014

Copy link to clipboard

Copied

Short answer is No, Actionscript is just for RTMP and RTMFP streaming..Thats said, what exactly is that you want to do with your HTTP streaming connections...I ask this because everytime you make a http connection(for say live streaming) an underlying rtmp connections is established.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 20, 2014 Nov 20, 2014

Copy link to clipboard

Copied

Thank you for your answer.  If I understand what you are saying, the apache modules proxy http to rtmp on the streaming server.  I have an application that is passing context into the rtmp server side javascript using a url similar to this:

rtmp://myhostname.com/myapp?mycontext/mp4:myfilename

Do you think there is a way to pass the mycontext through the http url so that the Server Side Actionscript can perform an operation based on that context?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 20, 2014 Nov 20, 2014

Copy link to clipboard

Copied

No...The arguments in http argument list is not passed to rtmp connection as argument list.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 20, 2014 Nov 20, 2014

Copy link to clipboard

Copied

LATEST

What you can do is to write your own apache module, which will entertain certain requests and create appropriate http responses as well as communicate to rtmp server separately.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines