Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Audio only stream? #265

Open
willwh opened this issue Oct 2, 2014 · 6 comments
Open

Audio only stream? #265

willwh opened this issue Oct 2, 2014 · 6 comments

Comments

@willwh
Copy link

willwh commented Oct 2, 2014

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

@willwh
Copy link
Author

willwh commented Oct 2, 2014

Should probably mention, I did try setting that on like 702, before play was called, which didn't work either

@danrossi
Copy link
Contributor

danrossi commented Oct 3, 2014

what you are doing there should work but only for rtmp, it tells the server to stop sending video packets

@willwh
Copy link
Author

willwh commented Oct 3, 2014

Would.you mind giving it a quick test? Neither seemed to stop returning video data for me, using Wowza 3.x

@danrossi
Copy link
Contributor

danrossi commented Oct 3, 2014

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.

@willwh
Copy link
Author

willwh commented Oct 3, 2014

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)

@danrossi
Copy link
Contributor

danrossi commented Oct 4, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants