No Video Found for url JMETER UBIK ULP Video Streaming Sampler - jmeter

I'm trying to Performance test an MPEG-DASH video streaming site using JMeter and the UBIK Loadpack.
I'm getting the error No video found for url, However, if I go to the URL in a browser the video plays
Any Ideas what the problem is?
[1]:

You didn't pass the URL of a video stream.
You must enter the url of either:
MPEG-Dash stream which ends with .mpd usually
HLs which ends with m3u8
MS Smooth
Please contact our support for further help.

Related

Coundot play video with parse server

I use parse server locally with mongodb. I able to save image, audio and video. I can read image with url : http://localhost:1337/parse/files/myAppId/163ab0afef3f3ee609f098fb60bdb917_trim.749B4F97-C100-414F-BA4A-7A7EC51AD952_16760284944457CE7068B-D631-42D8-B61D-76854A5E2B9E_compressed.jpg. But its' not work with audio and video url. Anyone have a solution for this ? Thank you
Hello, I use parse server locally with mongodb. I able to save image, audio and video. I can read image with url : http://localhost:1337/parse/files/myAppId/163ab0afef3f3ee609f098fb60bdb917_trim.749B4F97-C100-414F-BA4A-7A7EC51AD952_16760284944457CE7068B-D631-42D8-B61D-76854A5E2B9E_compressed.jpg. But its' not work with audio and video url. Anyone have a solution for this ? Thank you

How to download m3u8 playlist with URL redirection? (blob URL,HydraX, JW Player version 8.4.2)

The video in https://hydrax.net/ is using HLS, .m3u8 file, direct link is https://hydrax.net/demo/hydrax.html (from the iframe src).
However, youtube-dl couldn't read from the .m3u8 file I downloaded from blob in chrome.
And using ffmpeg method (which usually works) to download from the .m3u8 file failed because the first segment of the file is a URL redirect
Error when loading first segment 'https://i.donald-gaines.xyz/redirect/7qC173pnWiDwe2TumUTYnzX4WdbPn8XJDzhqDzXPo39PWtX4EaAxLq7FLUW17aI/WhsiWh1RO6oSXzr6QqkTOgljgRrXBgpJtQf6gMBAC5Jq95JkuQlWKpfpgPoo/BSGGloj6MOe7cO4K9HoDj76PRzjSVoiwcJ1Xl34kc3Z5/Bl2WS3KO8WsicRVG8l1EBoi3RN2DnqZx6o13U56YnDBv'
2b0bdf87-656f-4880-8357-f7fd6329b2f8.m3u8: Invalid data found when processing input
Somebody asked the same question in reddit some days ago: link

FFmpeg - How should I do to convince YouTube that it is receiving "endless" video stream?

I'm using FFmpeg and Youtube Live Streaming API to live-stream videos to YouTube.
I made something generates video files continuously,
and I want to live-stream them to YouTube without any delay.
To feed them to YouTube's RTMPT(rtmp://a.../live2/...) server,
I tried several things:
Just while:; do ./ffmpeg ... rtmp://...; done.
Piping
YouTube streamed them continuously, but not seamlessly.
It showed Buffering icon for about 20 seconds (as if a new YouTube stream gets created and starts to be fed), about 5 seconds before the currently showing video ends and the next video get showed.
| ...===============(BUFFERING)===== | ...===============(BUFFERING)===== | ...
It seems that YouTube just stops the stream when it detects the end of a video.
How should I do to convince YouTube that it is receiving "endless" video stream?

Unable to send the total playtime while streaming an mp3 audio file using ASP.NET WEB API

We have a web service http://lullaby.shoresandbox.com/api/recordedsongs/stream/28 that streams an mp3 song. We are setting the following headers.
response.Content.Headers.Add("Content-Disposition", filename);
response.Content.Headers.Add("Content-Length", fileInfo.Length.ToString());
A sample URL from the web http://source.adminprotools.net/PartyBangaz/pbang019tk15.mp3 when opened in FireFox, the song is played and We could see the total duration of the song. But we are unable to see the total duration when we open our own song. Any help is greatly appreciated. We followed the link to stream a song.
I was trying to support the streaming by writing the code. I later realized the same can be achieved by giving the control to IIS. So i just return the URL of the static .mp3 file and leave the rest to the IIS server about how to stream it. It is working fine now.

Video Live Streaming

trying to launch a video streaming request with smooth Streaming i tried this example with their url and also my uri " but it didn't work , i tried it on vlc also it worked with an iphone application .. ! this is a part of my xaml code :
<Core:SMFPlayer>
<Core:SMFPlayer.Playlist>
<Media:PlaylistItem DeliveryMethod="AdaptiveStreaming" MediaSource="http://streaming.toutech.net:1936/live/jawharafm.sdp/playlist.m3u8"/>
</Core:SMFPlayer.Playlist>
</Core:SMFPlayer>
SMFPlayer does not support HLS streaming. For WindowsPhone you may want to use SmoothStreaming
Also, there was a project on codeplex that could play HLS streaming on a WindowsPhone, however it is not online anymore. I only found the tweet that referenced this project: https://twitter.com/JustinAngel/status/179253691549888514
Update
The HLS streaming for WindowsPhone is back online: http://phonesm.codeplex.com/

Resources