-
Notifications
You must be signed in to change notification settings - Fork 183
Audio only stream? #265
Comments
Should probably mention, I did try setting that on like 702, before play was called, which didn't work either |
what you are doing there should work but only for rtmp, it tells the server to stop sending video packets |
Would.you mind giving it a quick test? Neither seemed to stop returning video data for me, using Wowza 3.x |
This is a flash question it has nothing to do with the player at all I'm afraid. Perhaps consult wowza about it. You are trying to do a customisation. If you need outside help I can probably assist just let me know. |
Hi Dan, As per the [Wowza API](http://www.wowza.com/resources/serverapi/com/wowza/wms/module/ModuleCore.html#receiveVideo%28com.wowza.wms.client.IClient, com.wowza.wms.request.RequestFunction, com.wowza.wms.amf.AMFDataList%29) - this should indeed work. Is there somewhere else in the codebase this might be changing after the initial play is called? I did try doing the same thing with the OSMF Strobe player - and it is working as expected (i.e. I get no video data back from the server) |
There is nowhere that calls that method. It can be called after or before call to play. It only works on rtmp also not HDS. I've never used that method before so not sure what the go is. |
Hi Guys,
I'd like to have a build that supports only pulling down the audio data from the server.
I tried the following, but I still get video data passed, can you give me an idea of what's needed?
willwh@28cdc77
The text was updated successfully, but these errors were encountered: