Skip to main content
Known Participant
July 16, 2009
Question

RTMP Streams and Papervision 3D

  • July 16, 2009
  • 1 reply
  • 813 views

Hello.

My question is regarding the use of RTMP files (delivered via a Flash Media Server) and Papervision; specifically using an RTMP stream as a texture on a Papervision object. I've already developed a number of successful methods for applying progressive flv/f4v files to Papervision objects. The RTMP streams, however, have presented a number of obstacles.

I will bypass the myriad of research I've done looking into this issue and say that others have inquired about this as well - but from what I can tell, no solid answer or solution has been found - especially under Flash Player 10.

So, here's what we have so far:

1. A Flash Media Server running on a University server.

2. A Papervision project

From what I gather, the issue is about Bitmaps and the process of Drawing them. One solution mentioned adding the following lines:

Client.videoSampleAccess="/"

Client.audioSampleAccess = "/"

*Now the issue here is WHERE to put this code. The only reference to these terms I've found is in Flash Media Server 3.5 > conf > _defaultRoot_ > _defaultVHost_ > Application.xml

Here, however, "Client.videoSampleAccess" was not found. Instead it was found in the following form (originally):

<VideoSampleAccess enabled="false"></VideoSampleAccess>

This was changed to:

<VideoSampleAccess enabled="/"></VideoSampleAccess>

--------------

Is this the correct place to make this change?

The idea (from what I understand) is that this will enable the streams to be 'Snapshotted'?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 17, 2009

    I am not familiar with what you are trying to do, but here are some links to the FMS docs.

    http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/help.html?content=00000277.html

    http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=08_xmlref_168.html

    http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=08_xmlref_168.html