OK I have a program that creates two pipes - forks - the child's stdin and stdout are redirected to one end of each pipe - the parent is connected to the other ends of the pipes and tries to read the stream associated with the child's output and print it to the screen (and I will also make it write to the input of the child eventually).
The…
Hi All,
I'm using VS2008 C++.
As I understand it there is no way to pass something like this in a C++ stream : (without using external libraries)
"number " << i <------ when i is an integer.
So I was looking for a better way to do this, and I all I could come up with is create a string using :
char fullstring = new…
So I have this TuneIn application on my phone, which allows me to listen to many radio stations. It also allows me to rewind and pause the live stream, which I know is doable with today's technology.
What gets me puzzled, though, is how when the internet connection breaks, the live stream will stop, but, when the connection comes…
I am using a template function and I am passing and I may be sending instances of a variety of classes to a string stream. What can I do to make sure this continues to work?
Let me be more specific where do I define the behavior for this? Is there some member that should be on each class being sent to the string stream, should I…
I try to convert a video from .raw to .mp4. For this reason I did download, build and install both x264 and ffmpeg. However, command:
ffmpeg -f h264 -i output.raw -vcodec copy output.mp4
fails with error (shown in picture below). Is there any way to fix this?
Commands I also run:
1
root@beagleboard:/# v4l2-ctl…
Okay its a long question title for sure.
I'm looking for a new video card (yes,SU is not a page for that, but wait). I've been a loyal NVidia customer ever since, now using a 8600gts. Old but still somewhat good, its a bit slow though. I want an upgrade because 8600gts wont support better vdpau and new features. …
I'm using a headphone connected to a PC, however, I also use a mac. I want to make it so that the internal sound, coming from the mac will also be heard over at the pc. So I want to convert the headphone to a somewhat central sound output where I hear both pc and mac's internal sounds. That includes error alerts,…
I'm using RARLABS RAR.exe to archive/backup my server data. I am familiar with using RAR for creating an archive and adding files from a folder, but what about streaming data directly into an archive?
For example, when backing up my MySQL databases I use the mysqldump command that includes a pipe command into a…
What I want to do is to setup a "sort of" radio in my college LAN in which, when I play music in any of the media player installed in my computer, I can share the same to other PCs on LAN via just an M3U file. Also, other PCs should be playing the music on that M3U file, what is being played right now on my…
I am trying to pipe a tar/gzip archive into tar to decompress it. The script I have is part of a self extracting installer, where my archive is appended to the script. This works fine on linux, and the script looks like this:
export TMPDIR=`mktemp -d /tmp/selfextract.XXXXXX`
echo "TEMP: $TMPDIR"
…
I found that Goggle Chrome supports ssl compression and Firefox should support it soon.
I'm trying to configure Apache to to disable http compression if the ssl compression is used to prevent CPU overhead with the configuration option:
SetEnvIf SSL_COMPRESS_METHOD DEFLATE no-gzip
While the…
I would like to watch presentations and college videos I have on my computer, from my tablet. There are almost a hundred of GB in videos, so I would like to watch them in streaming from my computer. My wife has also tons of videos so I have decided to do a kind of streaming local service to…
Rather than running a long cable from my Laptop to my stereo, I've been thinking for a while about getting one of those wireless devices that lets you transmit audio from your PC to a receiver plugged into the stereo.
Then I realised I already have hardware that can potentially do this - I…
I have a bunch of PNG files, generated from a script. They represent consecutive frames of a video sequence and I'd like to encode them into a single AVI file (or some other video format) using mencoder. What parameters should I use to ensure that the video can be viewed on a vanilla…
I've been using 'URL snooper' to find the hidden streaming url. And feed that url to VLC to record streaming video/audio. But the VLC can't read those url.
Then I also found that the url is like a floating url that changes every several hours. So the same audio station won't have…
I'm trying to map a linux network drive to my windows 7 laptop, however this laptop is not on LAN. At home, I simply use Samba, but this obviously won't work over the internet.
I'm trying to avoid VPN, so if there are other solutions, I would like to know about them. The reason I…
I've been searching for hours for a Unity 4.5 plugin that allows users to watch youtube video in an android app. (I've found several solutions for IOS but not android!). Can anyone give me some pointers? I've tried uwebkit(which only works for IOS), vuforia, and many google.com…
I have two class, one is Business Logic Class{BLO} and the other one is Data Access Class{DAO} and I have dependency in my BLO class to my Dao class.
Basically am opening a csv file to write into it in my BLO class using inside its constructor as I am creating an object of…
Here is some code... I have a stream that works correctly if I view with safari on the iphone or quicktimex on the mac... but the stream doesnt view in my code for the ipad simulator
- (IBAction)clickedOpenMovie:(id)sender {
NSString *myString = [NSString…
We're using a FileStreamResult to provide video data to a Silverlight MediaElement based video player:
public ActionResult Preview(Guid id) {
return new FileStreamResult(
Services.AssetStore.GetStream(id, ContentType.Preview),
…
I'm developing a music site which will stream audio files stored in a server to users, audio files will be played through flash player placed in a webpage..
As I heard I need to use a streaming media server for streaming audio files ( like 2mb…
I have a very complicated audio setup for a project. Here's what we have:
3 applications playing sound
2 applications recording sound
2 sound cards
I really don't really have the code to any of these applications. All I want to do is…
I use my Android application for streaming video from phone camera to my PC Server and need to save them into file on HDD. So, file created and stream successfully saved, but the resulting file can not play with any video player (GOM, KMP,…