0
votes
0answers
10 views

Python Paramiko- Have stdin duplicate pointing to stdout so it can be seen in output

I am writing a python script with the paramiko module. It ssh's into a remote hosts, runs script, and automates/answers interactive prompts. It works pretty good so far. For the output, I would like ...
1
vote
3answers
64 views

Python and zlib: Terribly slow decompressing concatenated streams

I've been supplied with a zipped file containing multiple individual streams of compressed XML. The compressed file is 833 mb. If I try to decompress it as a single object, I only get the first ...
1
vote
1answer
27 views

Streaming files with cherrypy

I am trying to stream a video file using cherrypy. When I go to localhost:8080/stream?video=video.avi it starts downloading, but after a few seconds it just "completes" the download no matter how ...
-1
votes
1answer
27 views

Alternative to Pyrocms Streams

Those who are familiar with PyroCMS Streams. Do you know any other similar projects that have something lika a Streams. It can be writen in PHP, Ruby on rails, python. It can be part of some other CMS ...
0
votes
1answer
69 views

matching and unmatched lines from two large data sets

I am using Python 2.4 and am pretty new at Python, programming in general and regular expressions. I have a large module that currently outputs two separate streams(or datasets/files) of lines, ...
0
votes
1answer
80 views

Parsing Smooth Video Manifest file?

Has anyone parsed a Smooth Video (Silverlight) Manifest file? I can fetch it, I just need a little help understanding the format. I want my python script to download a chunk to test if a stream is ...
3
votes
1answer
93 views

Incrementally Read Large Multipart Zipped Text File in Python

I have a very large zip file that is split into multiple parts as split archives, with a single file within the archive. I do not have enough resources to combine these archives together or extract ...
0
votes
0answers
50 views

Python - Can i set a Tkinter control variable to a stream type object?

I'm working with obspy to create an interface that receives data from several stations with multiple channels. So a stream is like a list containing multiple traces and a trace is an object containing ...
0
votes
0answers
136 views

Writing file stream in SOAP response to file with Python

I am working with a SOAP web services that has three methods: 1) one to request that a certain file be created on the server, 2) one to check whether the file has been created,a nd one to download the ...
3
votes
0answers
270 views

python gstreamer play multiple video streams

I'm participating in an art project which includes remotely playing videos. I've implemented a simple python application with a HTTP server and a gstreamer video player. I'm able to catch a http ...
4
votes
2answers
106 views

Python Stream Extraction

The standard library of many programming languages includes a "scanner API" to extract strings, numbers, or other objects from text input streams. (For example, Java includes the Scanner class, C++ ...
0
votes
1answer
34 views

Unmarshal data stream according to rule file in python

I have a data file which has written data (which forms a data of C++ structure from an application). Now I am using python to read this data file. What is the best way to provide this structure as a ...
4
votes
2answers
264 views

Twitter Streaming on GAE

Why am i getting this error? and here is how i call the streaming API. import tweepy import sys creds = json.loads(open('credential.json').read()) tw_consumer_key = creds['tw_consumer_key'] ...
0
votes
1answer
166 views

Stream live videos

How can I stream a live movie or video for my clients to connect to a webpage and watch? I would prefer that it's in a SWF form, so maybe I could load a file into the SWF. This isn't a webcam type of ...
0
votes
1answer
47 views

Replace certain characters in stream

I have a method (a .yml parser) that takes an input stream as input. The problem is that it throws errors when it encounters certain characters in certain places e.g. %. What I would like to do is ...
0
votes
1answer
100 views

python parsing audio in stream

I want to analyze the input stream of my audio-in with python. The contains data from a radio reciever. Sometimes the radio signal contains a block of 5 tones. I need to analyze the stream for this ...
2
votes
2answers
113 views

Non blocking stream that supports seek from http response in Python

I have an http response from urllib response = urllib2.urlopen('http://python.org/') Eventually, I want to be able to seek() within the response (at least to the beginning). So I want to be able to ...
0
votes
0answers
116 views

Hacking Tornado IOStream to do partial downloads with AsyncHTTPClient

I need to use the contents of a file, even though it's been cut during download by Tornado's IOStream._read_to_buffer(). It then goes to error and self.close()'s. How can I save the remnants of the ...
0
votes
0answers
56 views

Platform-Independent Python Stream/Audio Module

Currently I am working on a Python-Programm which streams (i.e. plays) Webradio-Audio-Streams. Since I am implementing this with gstreamer, it is not platform-independent. Unfortunately, it seems I ...
0
votes
2answers
79 views

python tarred folder stream

Is there a way to tarred a folder and get a tarred stream instead of a tarred file? I have tried to use tar module but it directly return the tarred file. with tarfile.open("zipped.tar",'w|') as ...
0
votes
1answer
414 views

python tar file how to extract file into stream

I am trying to extract a zipped folder but instead of directly using .extractall(), I want to extract the file into stream so that I can handle the stream myself. Is it possible to do it using ...
2
votes
2answers
118 views

Using python Popen to read the last line

I have a simple python program: test.py: import time for i in range(100000): print i time.sleep(0.5) I want to use another program that executes the above one in order to read the last ...
6
votes
1answer
850 views

Can you “stream” images to ffmpeg to construct a video, instead of saving them to disk?

My work recently involves programmatically making videos. In python, the typical workflow looks something like this: import subprocess, Image, ImageDraw for i in range(frames_per_second * ...
0
votes
0answers
669 views

Live stream in openCv using Android IP Camera (python)

I want to make a live stream in openCv using Android IP Camera, I have been trying with this code, but it doesn't work. What should I change in this code? ...
5
votes
3answers
146 views

python: is there a library function for chunking an input stream?

I want to chunk an input stream for batch processing. Given an input list or generator, x_in = [1, 2, 3, 4, 5, 6 ...] I want a function that will return chunks of that input. Say, if chunk_size=4, ...
2
votes
1answer
420 views

Tweepy public stream filter by a changing variable

I was working with the Tweepy library for python to access the public twitter stream and ran into a problem where one the stream is running, it doesn't stop. Now, that makes sence for what it does, ...
1
vote
2answers
60 views

How to process the ouput of POpen as a stream with struct.unpack? [duplicate]

Possible Duplicate: subprocess.Popen.stdout - reading stdout in real-time, again! I am processsing the ouptut of a file in binary but I am using a temporary string to represent the output. ...
0
votes
0answers
26 views

record and playback framework that can preserve char device input timing

I'm looking for a framework similar to audio recording, that provides record/playback functionality, but more generalized and not audio specific. I'm trying to develop an text stream record/playback ...
0
votes
1answer
199 views

how to revice syslog-ng's log with line stream by tcp?

I have a machine to revice syslog-ng's log; the edit the config file to write the log to a local file /data/logs/access.log destination d_nginx_video { file("/data/logs/access.log" create_dirs(yes) ...
1
vote
1answer
157 views

How do I read from a text file into a text box?

I'd like to know of a way to read a text file and add its contents into a text box. I am doing this in PyGTK, so I'd need to get the text in Python, and put it into the text box using PyGTK, that ...
2
votes
1answer
61 views

Reading both newline types from an already opened file in python

I'm using subprocess.popen to run a command and grab the stdout. It so happens that the program (mplayer) sort of uses both eol types \n and \r. The \rs come from terminal control characters. So the ...
3
votes
2answers
132 views

Boto reverse the stream

I have a server which files get uploaded to, I want to be able to forward these on to s3 using boto, I have to do some processing on the data basically as it gets uploaded to s3. The problem I have ...
1
vote
1answer
82 views

How to stop GNU make buffering Python output?

The following example Python program prints an updating progress bar. progress.py : import sys import time for i in range(100): sys.stdout.write("\r%3d%%" % (i + 1)) sys.stdout.flush() ...
1
vote
1answer
688 views

python example for reading multiple protobuf messages from a stream

I'm working with data from spinn3r, which consists of multiple different protobuf messages serialized into a byte stream: http://code.google.com/p/spinn3r-client/wiki/Protostream "A protostream is a ...
3
votes
1answer
392 views

Read a large zipped text file line by line in python

I am trying to use zipfile module to read a file in an archive. the uncompressed file is ~3GB and the compressed file is 200MB. I don't want them in memory as I process the compressed file line by ...
3
votes
2answers
162 views

How to stream the last few lines of a file in Django?

For monitoring purposes I'd like to stream the last N lines of a log file into a Django website interface. Like displaying the result of a tail -f filename command. Basically I'd like to do the same ...
0
votes
1answer
235 views

Python: Using Hachoir, how extract metadata for file-like objects?

I'm working on a site that users uploads videos and audio files, I when uploaded, some common metadata fields must be populated from the file. I have found Hachoir and it seems good, but with a ...
0
votes
0answers
42 views

Place overloaded pycuda gpuarray operations in a stream

The title pretty much says it all. I want to rewrite an fft-heavy algorithm in pycuda/pyfft. The fft-calls are not the only operations though; inbetween them I need to do some arithmetic on the ...
5
votes
3answers
129 views

Clever streams-based python program doesn't run into infinite recursion

I was playing around with clever ways to create a python generator for sequence A003602 This appears to work, but I can't figure out why. It seems to me like it should hit infinite recursion. Is ...
2
votes
1answer
77 views

Monitored stream class

I am trying to create a stream object that triggers a callback function any time data is written to it. class MonitoredStream(): def __init__(self, outstream, callback): self.outstream = ...
0
votes
1answer
430 views

Convert binary input stream to text mode

I am trying to read a bzip2-compressed CSV file in Python 3.2. For an uncompressed CSV file, this works: datafile = open('./file.csv', mode='rt') data = csv.reader(datafile) for e in data: # works ...
1
vote
1answer
824 views

python script to record online live streaming videos

i am developing a script to download online live streaming videos. My Script: print "Recording video..." response = urllib2.urlopen("streaming online video url") filename = ...
4
votes
2answers
238 views

findall/finditer on a stream?

Is there a way to get the re.findall, or better yet, re.finditer functionality applied to a stream (i.e. an filehandle open for reading)? Note that I am not assuming that the pattern to be matched is ...
2
votes
2answers
885 views

Audio/Video broadcasting via Python

so i have been racking my brain with trying to get an audio/video broadcasting method going with python. I have done allot of research, hit google up quite a bit, and found a few audio broadcasting ...
4
votes
1answer
435 views

Streaming audio using Python (without GStreamer)

I'm working on a project that involves streaming .OGG (or .mp3) files from my webserver. I'd prefer not to have to download the whole file and then play it, is there a way to do that in pure Python ...
2
votes
3answers
382 views

Unpickling mid-stream (python)

I am writing scripts to process (very large) files by repeatedly unpickling objects until EOF. I would like to partition the file and have separate processes (in the cloud) unpickle and process ...
5
votes
1answer
370 views

Can I split/merge output streams of subprocess.Popen?

I'm writing a wrapper class for use with a workflow manager. I would like to log output from an application (child process executed via subprocess.Popen) in a certain way: stdout of the child should ...
2
votes
1answer
619 views

Python: how to stream/pipe data out of gzip compression?

I need to do something like this, but in python: dd if=/dev/sdb | gzip -c | curl ftp upload I can't use the entire command with Popen because: I need non-blocking operation I need progress ...
1
vote
1answer
266 views

Load an image from an input stream in Python

I am using Python Imaging Library to do some processing, and I'd like to feed my script with data through a pipe rather than passing a file name as an argument. I've seen that Image.open can accept ...
2
votes
2answers
1k views

How to achieve tcpflow functionality (follow tcp stream) purely within python

I am writing a tool in python (platform is linux), one of the tasks is to capture a live tcp stream and to apply a function to each line. Currently I'm using import subprocess proc = ...

1 2 3