Skip to content
Magenaut

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

streaming

Streaming large result sets with MySQL

November 23, 2022 by Magenaut

I’m developing a spring application that uses large MySQL tables. When loading large tables, I get an OutOfMemoryException, since the driver tries to load the entire table into application memory.

Categories MySQL, Q&A Tags java, mysql, spring, streaming Leave a comment

Streaming via RTSP or RTP in HTML5

November 10, 2022 by Magenaut

I’m building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/feng.

Categories HTML, Q&A Tags html, rtp, rtsp, streaming, video Leave a comment

HTML5 – How to stream large .mp4 files?

November 9, 2022 by Magenaut

I’m trying to setup a very basic html5 page that loads a .mp4 video that is 20MB. It appears that the browser needs to download the entire thing rather than just playing the first part of the video and streaming in the rest.

Categories HTML, Q&A Tags html, large-files, streaming, video Leave a comment

What is appropriate video structured data when using HLS or Dash?

November 8, 2022 by Magenaut

This is an example of standard structured data for video by Google:

Categories Q&A, Webmasters Tags rich-snippets, schema.org, seo, streaming, video Leave a comment

Is it allowed to embed YouTube videos behind a paywall?

November 7, 2022 by Magenaut

Is it against any legal law or YouTube TOS themselves to embed videos (which are available for embedding obviously) for streaming on your website and put them behind a paywall, e.g. give access only through membership subscription?

Categories Q&A, Webmasters Tags legal, streaming, terms-of-use, video, youtube Leave a comment

streaming files from AWS S3 with NodeJS

October 9, 2022 by Magenaut

I am trying to stream data from a large csv file into readline. I tried just piping the readStream from s3 into the readline input, however I faced an error with S3 only allowing a connection to stay open for a certain amount of time.

Categories Node.js, Q&A Tags amazon-s3, node.js, streaming, typescript Leave a comment

Best approach to real time http streaming to HTML5 video client

October 8, 2022 by Magenaut

EDIT 3: As of IOS 10, HLS will support fragmented mp4 files. The answer
now, is to create fragmented mp4 assets, with a DASH and HLS manifest. > Pretend flash, iOS9 and below and IE 10 and below don’t exist.

Categories Node.js, Q&A Tags ffmpeg, html, node.js, streaming Leave a comment

Dynamically create and stream zip to client

October 7, 2022 by Magenaut

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 like to stream the file(s) content to the zip and stream the zip back to the client.

Categories Node.js, Q&A Tags express, node.js, streaming, zip Leave a comment

Streaming Http responses with NodeJS

October 6, 2022 by Magenaut

I am experimenting with various responses from a simple NodeJS HTTP server.
The effect I am trying to achieve is faster visual rendering of a web page. Since the response is streamed to the browser with transfer-encoding: chunked (right?) I was thinking I could render the page layout first and the rest of the data after a delay.

Categories Node.js, Q&A Tags http, node.js, streaming, transfer-encoding Leave a comment

Streaming API vs Rest API?

October 5, 2022 by Magenaut

The canonical example here is Twitter’s API. I understand conceptually how the REST API works, essentially its just a query to their server for your particular request in which you then receive a response (JSON, XML, etc), great.

Categories Node.js, Q&A Tags api, node.js, streaming, twitter Leave a comment
Older posts
Page1 Page2 … Page4 Next →

Recent Comments

  • silverplugins217 on How to add placeholder for contact form7 for dropdown?
  • Shreyas Ikhar on How to add a custom CSS class to core blocks in Gutenberg editor?
  • Magenaut on How to call function on timer ASP.NET MVC
  • Ebaad Uddin on How to call function on timer ASP.NET MVC
  • michealSmith07 on Is there a way to dynamically refresh the less command?

Tags

.net adobe-illustrator adobe-photoshop ajax arrays asp.net asp.net-core asp.net-mvc bash c# css database django eloquent express html java javascript jquery json laravel laravel-4 laravel-5 laravel-8 linux list mongodb mongoose mysql node.js npm pandas php python python-3.x react-hooks react-native react-router reactjs redux regex sql string typescript wordpress
© 2023 Magenaut • Built with GeneratePress