gpt4 book ai didi

audio - 如何在 JWPlayer 中连接到 Wowza 转码器流?

转载 作者:行者123 更新时间:2023-12-04 20:37:01 26 4
gpt4 key购买 nike

我正在尝试从 JWPlayer 中的 Wowza 服务器中获取纯音频转码流。

目前,我知道正常(未转码)流正在通过服务器并返回到我的 JWPlayer 客户端 - 我无法弄清楚为什么我无法访问纯音频流。

JWPlayer代码如下:

        var PlayerInstance = jwplayer('jwcontainer').setup({
image: '/resource/javascript/jwplayer/background.png',
height: '420',
width: '420',
skin: 'stormtrooper',
autostart: '1',
androidhls: true,
provider: 'rtmp',
playlist:
[{
sources:
[

{ file: 'http://SERVER:80/APPLICATION/flv:STREAM' },
{ file: 'http://SERVER:1935/APPLICATION/STREAM/playlist.m3u8' },
{ file: 'http://SERVER:1935/APPLICATION/STREAM/manifest.mpd' },
{ file: 'http://SERVER:1935/APPLICATION/STREAM/manifest.f4m' }
]
}],
rtmp:
{
bufferlength: 1,
securetoken: ''
}
});

我试过提供 JWPlayer 'STREAM_aac'(如 Wowza 转码器配置所暗示的那样?)作为我的流名称,并返回一个“服务器上未找到 ID”错误。

我也试过给它一个 AAC 'stream type'(用 'aac:' 替换 'flv:' ),以及 MP3(只是为了踢)都无济于事。

有什么建议?我错过了什么吗?

有没有人有 JWPlayer 接收 Wowza 转码流的工作示例?

最佳答案

我认为您无法从一个 Wowza 应用程序中提取音频和音频/视频流。为了做到这一点,您可以将两个流摄取到您的 Wowza 服务器,一个仅包含音频,另一个包含音频/视频。
我发现这篇文章很有用 this Wowza 社区论坛主题:

There are other ways to get both an A/V stream and an audio-onlystream.

  1. Use ffmpeg. Input 1 stream, send 2 streams to Wowza, one of which is audio-only.
  2. Use Wowza 3.0.5+. You can turn off audio or video tracks in your Application.xml.

I have tested it and it works, like so:

  1. Publish FMLE stream named "myStream" to Wowza "live" application.
  2. Create a new live application called "livenovideo".
  3. Turn off video the Application.xml for the "livenovideo" application.
  4. Create a live.stream file containing "rtsp://localhost:1935/live/myStream
  5. Use StreamManager to start "live.stream" on application "livenovideo."

Playback audio+video: rtmp://[Wowza-IP]/live/myStream

Playback audio only: rtmp://[Wowza-IP]/livenovideo/live.stream

关于audio - 如何在 JWPlayer 中连接到 Wowza 转码器流?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33286193/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com