streaming Questions
4
I'm currently running Raspbmc on my Raspberry Pi and activated UPnP streaming an rendering.
My goal is to write a simple Python to stream a video or music playlist.
I've tried Coherence, but I it...
1
Currently, using ffmpeg, I am using two commands on my Terminal to:
1) create a video from a bunch of images:
ffmpeg -r 60 -f image2 -s 1920x1080 -i rotated-pano_frame%05d_color_corrected_gradble...
Garganey asked 17/7, 2017 at 9:59
1
Solved
I have a Blazor Hosted WebAssembly application under .NET8. That means I have a Client, a Server and a Shared projects.
Into Server, I have the following controller, which has a loop which triggers...
Outsider asked 27/5, 2024 at 14:14
2
It is possible to have a Python Lambda in AWS that can stream the HTTP response back to the client?
The use case is to stream some data out of Elasticsearch, transform it to CSV, and stream it str...
Quilting asked 29/10, 2019 at 10:46
6
Solved
If I load an AVPlayer with a file from a host with
[AVPlayer playerWithPlayerItem:playerItem];
And the "buffering" takes longer than the user wants, how do I allow them to cancel it?
4
Solved
I'm struggling to access a streaming API using Python and Requests.
What the API says: "We’ve enabled a streaming endpoint to for requesting both quote and trade data utilizing a persistent HT...
Diplosis asked 23/7, 2013 at 22:49
3
Solved
I am trying to implement video and audio streaming on my website (to enable seeking in Chrome) and I recently found out that .NET Core 2.0 apparently provides a relatively simple and recommended wa...
Hereof asked 9/2, 2018 at 17:32
3
Solved
I have an element that I want to populate as a request's HTML streams in, instead of waiting for the complete response. This turned out to be incredibly difficult.
Things I've tried:
1. milestone...
Philia asked 16/7, 2016 at 16:48
9
I am trying to run a hadoop-streaming python job.
bin/hadoop jar contrib/streaming/hadoop-0.20.1-streaming.jar
-D stream.non.zero.exit.is.failure=true
-input /ixml
-output /oxml
-mapper scrip...
4
Solved
I was wondering how streaming service providers like Netflix, Hulu, Sling.. et identify my device when I login using web Browser on my labtop.
I couldn't find any Javascript APIs to get a GUID or s...
Dumps asked 28/7, 2019 at 9:16
2
I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the lowest latency possible (<100ms).
The goal is to have another computer receive the stream and po...
2
Solved
This is more of a conceptual question than a technical one. My understanding of H.264 is that it relies on past and future frames in order to compress video data. Its trivial to take a fully compre...
7
I am trying to use HTTP Live Streaming (HLS) to stream video to my computers and my iPhone. After reading through the Apple 'HTTP Live Streaming Overview' as well as 'Best Practices for Creating an...
Poundal asked 5/11, 2013 at 5:22
5
Solved
I have a relatively simple FastAPI app that accepts a query and streams back the response from ChatGPT's API. ChatGPT is streaming back the result and I can see this being printed to console as it ...
Mannerless asked 15/3, 2023 at 4:48
6
Api has a token header that i need to set but the video is not encrypted.
I have two questions:
How can i play .mpg,.mpeg,.3gp,.mov and other files from disk with exoplayer?
How can i set headers ...
5
Solved
I am using NodeJs (w/express) and I am trying to stream a zip file back to the client. The files contained in the zip do not live on the file system, rather they are created dynamically. I would li...
1
I am trying to implement asynchronous server-side streaming using C++. but I am not able to find any good example for the same. I am having a hard time reading stream asynchronously.
Server Code
...
Venice asked 22/10, 2019 at 5:28
25
Solved
private void StartReceivingData(string ipAddress, int iPort)
{
try
{
if (!_bContinueReciving)
{
//initializeMainSocket(ipAddress, iPort);
_mSocket = new Socket(AddressFamily.InterNetwor...
9
Solved
I would like to make a UISlider(scrubber) for my AVPlayer. But since this is not an AVAudioPlayer, it doesn't have a built in duration. Any suggestion on how to create the Slider for fast forward, ...
Therefor asked 19/10, 2010 at 20:25
4
I am trying to use the .NET WebRequest/WebResponse classes to access the Twitter streaming API here "http://stream.twitter.com/spritzer.json".
I need to be able to open the connection and read dat...
Reiko asked 4/7, 2009 at 9:16
1
Solved
I created and maintain a video stream site for my company. One of the features is the playing of live streams company-wide.
For some time I'm receiving complaints from some users that the streams s...
Maes asked 3/5, 2023 at 15:59
4
Solved
I've been trying to solve this problem for several days now and would really appreciate any help on the subject.
I'm able to successfully stream an mp4 audio file stored on a Node.js server using ...
Reconstructionist asked 15/11, 2015 at 22:32
2
I am trying to build a live stream video app.
I built an rtmp server which is ready for publishing and playing streams. I need a way to capture mobile's user camera and send the online stream to my...
Consuetudinary asked 9/9, 2018 at 5:28
1
Solved
I am using Python 3.10 and FastAPI 0.92.0 to write a Server-Sent Events (SSE) stream api. This is how the Python code looks like:
from fastapi import APIRouter, FastAPI, Header
from src.chat.compl...
Quadruplicate asked 23/3, 2023 at 16:5
9
Solved
I need to stream a file which will result in save as prompt in the browser.
The issue is, the directory that the file is located is virtually mapped, so I am unable to use Server.MapPath to determi...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.