question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for input and output streams

See original GitHub issue

For example: ffmpeg -re -y -i '/file.mp4' -c:v libx264 -f flv 'rtmp://server.com:80/live/...'

setInput() and setOutput() accept Strings right now. Add a File and URL version of the arguments, which would then allow for using URLs as input/output.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:5
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
cyraidcommented, Dec 3, 2016

It would be nice to also set an InputStream as the input, and an OutputStream as the output? Unless there is a way to do that currently! 😃

0reactions
bbaldinocommented, Feb 8, 2018

Awesome, that looks like it might do it. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic I/O Operations in Java (Input/Output Streams)
In this Tutorial, we will Discuss the Java Input-Output Operations such as User Input, InputStream, Java Printf, Println, etc. with Standard ...
Read more >
Java IO : Input-output in Java with Examples - GeeksforGeeks
These streams support all the types of objects, data-types, characters, files etc to fully execute the I/O operations. Before exploring various ...
Read more >
Java - Input & Output Streams - YouTube
Java - Input & Output StreamsWatch more videos at https://www.tutorialspoint.com/videotutorials/index.htmLecture By: Ms. Monica, ...
Read more >
10 INPUT AND OUTPUT STREAMS IN JAVA - YouTube
In this video, I have discussed input and output streams in java#java #corejava #parnikatutorials00:00 - Introduction 00:29 - Input and ...
Read more >
Managing Input and Output Streams in the Linux Shell
In this Linux tutorial, I teach how to manage input and output streams in the command line through the use of redirection and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found