Android :: Doggcatcher - App See Audio / Video Podcasts
Oct 11, 2010Im very new to this app, I was wondering how can I make it so I only see audio/video podcasts. I dont need to see the text posts they just make it confusing.
View 5 RepliesIm very new to this app, I was wondering how can I make it so I only see audio/video podcasts. I dont need to see the text posts they just make it confusing.
View 5 RepliesI am coming from iPod Touch's native app, so that is what I have to compare it to. What I am looking for is an app that can subscribe to my podcasts, download them automatically as new episodes become available (or notify me if one is available to stream), delete them when listened to (if downloaded and not streamed) and remember my playback position if I have to do something else for a bit. Which app is better for these things?
Also, does either have a feature where it will only download the latest episodes when in WiFi range only, to save on bandwidth usage? And, is there an option on either to press a single button to have it go see if there are any new episodes of my subscribed podcasts (like the "refresh" in iTunes)?
A new update came out yesterday for doubleTwist that allows podcasts to be downloaded and synced just like on the iPod/iPhones. And not just audio podcasts like Google's app, you also get video podcasts as well! Though it does seem like it takes awhile to sync them, it is a way cool addition that makes doubleTwist closer to that all-inclusive experience that iTunes gives with all the different media.
View 12 Replies View RelatedIn another post on Android forums, one of the DoggCatcher developers has been monitoring the forum for ideas for enhancement, and requested Android forums' users share ideas for feature enhancements of their Android podcatcher application. I'm starting this post to be a place to capture DoggCatcher-specific requests for enhancement of the app. (DoggCatcher does have their own online forum, but I'm starting this thread for those Android users who don't want to maintain an online account and id/password to a forum for each app downloaded onto our Android device.) Please be sure you try to write a decent Title for each future request post you start. That will make it easier to discuss amongst other users and help ensure we are all on the same page when discussing a potential feature.
View 40 Replies View RelatedI would love to see what are peoples top picks?
View 2 Replies View RelatedDoes such a thing exist please folks - want to rip some audio for an mp3 ringtone from a comedy video clip
View 4 Replies View RelatedI just downloaded DoggCatcher podcast app. On startup, it had several default feeds like This American Life and This Week in Tech, etc.How do I delete those feeds from DoggCatcher?
View 1 Replies View RelatedI have a Samsung Moment with Android 2.1 on it and lately I cannot stream music or video in any app that I try. The YouTube app says "Sorry, this video cannot be played." for every single video, and if I try to use something like DroidLive (for shoutcast and such) it has a connection error every time. Grooveshark has an "Unknown MediaPlayer error." I tried a few other random apps off of the market to try to rule things out and none of them would play. Music that is stored on my SD card plays just fine.
It doesn't only not work sometimes, it doesn't work 100% of the time now. Happens when I have 3G and even if I'm connected to Wifi. I did a factory reset last night thinking that maybe an app had messed with a setting somewhere and it still doesn't work. I have no clue what else I could possibly try.
EDIT: As requested by the stickied thread:
1.) Model Number - SPH-M900
2.) Firmware Version - 2.1-update1
3.) Baseband Version - S:M900.8.0S.DD03
4.) Kernel Version - 2.6.29
5.) Build Number - ECLAIRDD03
And the hardware version is M900.8.0
In my app, a user picks video content with Intent i = new Intent(Intent.ACTION_GET_CONTENT); Code...
Why is the behavior for video and audio different?
I am new in Android. I am using android os 2.2. I am trying to play streaming audio and video from url. I don't know what to do for that. after 3 days og googling i come to know that I have to use mediaPlayer and MediaController classes.I had use different differend combination of codes found on internet but not succeed.Can anybody guide me what to do for streaming audio/video playing. What about the UI if we use MediaPlayer or Controller class. is there any thing to related these in xml file of layout.if not then even please tell me what may be the code for that.please help me.
View 2 Replies View RelatedI am not able to use MediaPlayer/VideoView to make rtsp to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this.I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I want to play the frames. I have searched OpenCore APIs to play the frames, but didn't get any APIs. My investigation: There is a class PlayerDriver.c It creates two sinks one audio and other video. handleSetVideoSurface handleSetAudioSink Two objects of type PVPlayerDataSinkPVMFNode are created. I suspect this class has a way to give the stream as input, but I am not getting the definition of this class. Can you suggest me is there any class I need to look into it?
View 1 Replies View RelatedWhere to get streaming (live) video and audio from camera example for Android? Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I want to see some sample app grabing audio and video streams from Phone, Synchronizing them, encoding somehow, and sending LIVE stream to server. I need any Open-Source sample that will do this or something like this. Where can I get such one?
View 1 Replies View RelatedWhat codec settings will produce valid videos for playback on Android (videoView) and iOS UIWebView)?
View 1 Replies View RelatedI have included my code below. I have the code working for image uploads, but was wondering how to get it to work with audio and video files?
CODE:......................
I want to develop a player on Android, which can play streaming audio and video.how should i start about?
View 1 Replies View RelatedI love my podcast shows like from Cnet ( 404, BOL, Atlas Android, Pregame,etc) and Revision3 ( appjudgment, tekzilla, the dig real, etc..), but right now I have been using Podkast, because it's free, it's good but I notice that shows take to update or refresh new content. So I can go ahead and download them before I leave to work. I love the fact, that I can download them in the background, but I would have to choose to do so, one by one manually and then let it download. I would like for them to download on the background as soon new contents from my favorites are available. I hear Doggcatcher is good, but anybody who has it, can you give some feedback of it, and what features are worth paying for $6.
View 3 Replies View RelatedI have an audio file in .3gp format on my Android device which I wish to upload to YouTube. I know that YouTube is a video upload site and that I need to convert this sound file to video. I just want an image to display all the time the audio is playing. Google tells me there are number of tools that can help me. But I want to do this via java code from my Android device.
View 7 Replies View RelatedI have the following native source code that is supposed to display video. It plays 3gp file ok and I can hear the audio, but the video is not shown.
CODE:..............
As mentioned audio stops after some random number of times when played from either Music/Video player. After some debugging, I found that the problem is:
In "android_audio_output.cpp"->audout_thread_func() there is a call to wait(iAudioThreadSem->Wait()) just before the while(1) and it is waiting indefinitely for something.
Can anybody tell me what is it waiting for and why is it not able to come out? From what I can understand, it is waiting for a signal (semaphore) but where is it expecting a signal from?
I am trying to develop an app which streams live audio/video. I have the mediarecorder to record both audio, video frames , and it does so. But the thing is it records a chunk of audio and then records a chunk of video frames and then records a chunk of audio frames to the file. How do I determine where my audio frames start and where the video frames start?. Also is there any way to figure out the Video frame length ?. Iam really stuck at this point and any help will be greatly appreciated. This is how I initialize the mediarecorder in my app, Code...
View 2 Replies View RelatedDid anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach.... I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload.
Can some one explain what is the problem. The code snippet I am using is given below. Code...
The code works fine when I say mVideoView.setVideoPath("/sdcard/vv.3gp"); but not able to play if I give a rtsp/http urls. In case of http it says PVMFErrorContentInvalid for progressive download.
Can some body tell me what is the problem. Can you please post the code if someone has been successful in playing audio/video through http/rtsp.
I want to stream a media file on web, and android developer website has said that MediaPlayer.setDataSource() can set the data source (file-path or http/rtsp URL) to use. But I got an error in both G1 device and emulator when streaming a rtsp url file: Command PLAYER_PREPARE completed with an error or info PVMFailure error(1, -1). Does anyone know what is this error, or anyone knows where can I get the error description (1, -1) means? the code can work successfully when playing a audio/video file or streaming a http protocal sudio/video file, but can't stream rtsp protocal file. Is android not supported rtsp streaming?
View 4 Replies View RelatedI need to record audio and video files in 3gp/mp4 format at the same file and same time.
When i run my application file is created with videofile.3gp but video does not record in sd card on the emulator.please let me clear one thing does video records on the emulator? if i run this code on android supported device do these error clear.
Please help me. I am new to this topic.please find the code and errors below.
package com.video;
* @copy Rights
* audio.java
* sample code for Eminosoft Developerworks Article
* Android development Team
* www.eminosoft.cm
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import android.app.Activity;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.media.MediaRecorder;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.provider.Settings;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class video extends Activity {
public MediaRecorder mrec = null;
private Button startRecording = null;
private Button stopRecording = null;
private static final String TAG = "SoundRecordingDemo";
File audiofile;
File video;
private MediaPlayer mMediaPlayer;}
I'm not sure if there is a thread for this or not. I couldn't find one. After I transfer photos/videos via USB to my desktop, I notice when I play the video files that there is no audio. Only the video.
View 2 Replies View RelatedWhen I transfer the videos from my Evo to windows 7 pc, there is no audio. If I need an Evo codec, where do I download that?
View 1 Replies View RelatedI have pushed around 10 files of each image(*.png ), audio(*.mp3) and video(*.mp4 & *.3gp) after that I have restarted the emulator and when I open the gallery application I see only a few files being present in sdcard. (in my case 1 video, 2 images and 2 audio clips) .
is this a bug in emulator?
because I have written a piece of code that displays the images/audio/video . But due to above mentioned issue I'm not able to display/play the images.
snippet of implementation is as follows code...
I've to develop a software which can copy all audio and Video files from Android device to System
What to cover first, either linux kernel or android system interface.
Do I need to learn linux kernel programming or android system interface only
This backup could be possible from one of the medium via USB cable or WiFi or other form of connectivity.
how to listen to a pod cast without downloading the whole pod cast.
View 2 Replies View RelatedI am having an issue where the video and audio are out of sync using my HTC Desire. I am using videos I have already converted for play on an iPhone and work without an issue. I am also having the same problem on youtube videos that I stream using Wifi to my handset. It is only every so slightly out of sync. I have a few people I am speaking to now with the same issue, and I also tried video on a test handset in the store I bought mine from which gives the same issue. Is anyone else noticing this problem?
View 49 Replies View RelatedJust made a video with my Motorola xt701. played it on the phone and computer it has no sound. Made another one with me screaming in the phone, still no sound. Do you have to have a mic plugged in to get sound when making a video or is there another issue??
View 8 Replies View Related